#B2436F

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

Shades of Royal Heath #B2436F

Tints of Royal Heath #B2436F

Color information

#B2436F (or 0xB2436F) is unknown color: approx Royal Heath. HEX triplet: B2, 43 and 6F. RGB value is (178,67,111). Sum of RGB (Red+Green+Blue) = 178+67+111=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2436F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2436F is #4DBC90. Grayscale: #696969. Windows color (decimal): -5094545 or 7291826. OLE color: 7291826.

HSL color Cylindrical-coordinate representation of color #B2436F: hue angle of 336.22º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2436F is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17867111-
CMYK00.620.380.30
HSL336.22º45.31%48.04%-
HSV(B)336.22º62.36%69.8%-
XYZ23.2414.6316.64-
YUV105.2131.27179.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 18.82%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=50%
G=18.82%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786711100.620.380.30336.2245.3148.04
HexB2436F03E261E1502d30
Octal26210315707646365205560
Binary1011001010000111101111011111010011011110101010000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2436F; }

 p { color: rgb(178,67,111); }

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

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

 a { background-color: rgb(178,67,111); }

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

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

 span { border-color: rgb(178,67,111); }

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