#B05277

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

Shades of Royal Heath #B05277

Tints of Royal Heath #B05277

Color information

#B05277 (or 0xB05277) is unknown color: approx Royal Heath. HEX triplet: B0, 52 and 77. RGB value is (176,82,119). Sum of RGB (Red+Green+Blue) = 176+82+119=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B05277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05277 is #4FAD88. Grayscale: #727272. Windows color (decimal): -5221769 or 7819952. OLE color: 7819952.

HSL color Cylindrical-coordinate representation of color #B05277: hue angle of 336.38º 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 #B05277 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17682119-
CMYK00.530.320.31
HSL336.38º37.3%50.59%-
HSV(B)336.38º53.41%69.02%-
XYZ24.2516.619.38-
YUV114.32130.64171.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=46.68%
G=21.75%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768211900.530.320.31336.3837.350.59
HexB05277035201F1502533
Octal26012216706540375204563
Binary1011000010100101110111011010110000011111101010000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05277; }

 p { color: rgb(176,82,119); }

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

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

 a { background-color: rgb(176,82,119); }

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

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

 span { border-color: rgb(176,82,119); }

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