#B05383

Color #B05383 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B05383

Tints of Royal Heath #B05383

Color information

#B05383 (or 0xB05383) is unknown color: approx Royal Heath. HEX triplet: B0, 53 and 83. RGB value is (176,83,131). Sum of RGB (Red+Green+Blue) = 176+83+131=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B05383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05383 is #4FAC7C. Grayscale: #747474. Windows color (decimal): -5221501 or 8606640. OLE color: 8606640.

HSL color Cylindrical-coordinate representation of color #B05383: hue angle of 329.03º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05383 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB17683131-
CMYK00.530.260.31
HSL329.03º37.05%50.78%-
HSV(B)329.03º52.84%69.02%-
XYZ25.0917.0623.44-
YUV116.28136.31170.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 131 (51.56% from 255) = 33.59%
R=45.13%
G=21.28%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768313100.530.260.31329.0337.0550.78
HexB053830351A1F1492533
Octal26012320306532375114563
Binary1011000010100111000001101101011101011111101001001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05383; }

 p { color: rgb(176,83,131); }

 H1.HeaderClassName
 {
   color: #B05383;
 }
 .AnyTagClassName
 {
   color: #B05383;
 }
</style>
background-color css

<style>
 a { background-color: #B05383; }

 a { background-color: rgb(176,83,131); }

 div.DivClassName
 {
   background-color: #B05383;
 }
 .BgClassName
 {
   background-color: #B05383;
 }
</style>
border-color css

<style>
 span { border-color: #B05383; }

 span { border-color: rgb(176,83,131); }

 td.TdClassName
 {
   border-color: #B05383;
 }
 .TagClassName
 {
   border-color: #B05383;
 }
</style>