#B05875

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

Shades of Royal Heath #B05875

Tints of Royal Heath #B05875

Color information

#B05875 (or 0xB05875) is unknown color: approx Royal Heath. HEX triplet: B0, 58 and 75. RGB value is (176,88,117). Sum of RGB (Red+Green+Blue) = 176+88+117=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B05875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05875 is #4FA78A. Grayscale: #757575. Windows color (decimal): -5220235 or 7690416. OLE color: 7690416.

HSL color Cylindrical-coordinate representation of color #B05875: hue angle of 340.23º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05875 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17688117-
CMYK00.500.340.31
HSL340.23º35.77%51.76%-
HSV(B)340.23º50%69.02%-
XYZ24.6117.4918.91-
YUV117.62127.65169.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 88 (34.77% from 255) = 23.10%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=46.19%
G=23.10%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768811700.500.340.31340.2335.7751.76
HexB05875032221F1542434
Octal26013016506242375244464
Binary1011000010110001110101011001010001011111101010100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05875; }

 p { color: rgb(176,88,117); }

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

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

 a { background-color: rgb(176,88,117); }

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

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

 span { border-color: rgb(176,88,117); }

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