#B94277

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

Shades of Royal Heath #B94277

Tints of Royal Heath #B94277

Color information

#B94277 (or 0xB94277) is unknown color: approx Royal Heath. HEX triplet: B9, 42 and 77. RGB value is (185,66,119). Sum of RGB (Red+Green+Blue) = 185+66+119=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B94277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94277 is #46BD88. Grayscale: #6B6B6B. Windows color (decimal): -4636041 or 7815865. OLE color: 7815865.

HSL color Cylindrical-coordinate representation of color #B94277: hue angle of 333.28º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94277 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18566119-
CMYK00.640.360.27
HSL333.28º47.41%49.22%-
HSV(B)333.28º64.32%72.55%-
XYZ25.2915.5419.12-
YUV107.62134.42183.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=50%
G=17.84%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856611900.640.360.27333.2847.4149.22
HexB94277040241B14d2f31
Octal271102167010044335155761
Binary10111001100001011101110100000010010011011101001101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94277; }

 p { color: rgb(185,66,119); }

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

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

 a { background-color: rgb(185,66,119); }

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

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

 span { border-color: rgb(185,66,119); }

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