#B9376E

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

Shades of Royal Heath #B9376E

Tints of Royal Heath #B9376E

Color information

#B9376E (or 0xB9376E) is unknown color: approx Royal Heath. HEX triplet: B9, 37 and 6E. RGB value is (185,55,110). Sum of RGB (Red+Green+Blue) = 185+55+110=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9376E is #46C891. Grayscale: #646464. Windows color (decimal): -4638866 or 7223225. OLE color: 7223225.

HSL color Cylindrical-coordinate representation of color #B9376E: hue angle of 334.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9376E is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18555110-
CMYK00.700.410.27
HSL334.62º54.17%47.06%-
HSV(B)334.62º70.27%72.55%-
XYZ24.1914.1716.21-
YUV100.14133.57188.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.86%
GREEN value IS 55 (21.88% from 255) = 15.71%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=52.86%
G=15.71%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855511000.700.410.27334.6254.1747.06
HexB9376E046291B14f362f
Octal27167156010651335176657
Binary1011100111011111011100100011010100111011101001111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9376E; }

 p { color: rgb(185,55,110); }

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

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

 a { background-color: rgb(185,55,110); }

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

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

 span { border-color: rgb(185,55,110); }

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