#BB436E

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

Shades of Royal Heath #BB436E

Tints of Royal Heath #BB436E

Color information

#BB436E (or 0xBB436E) is unknown color: approx Royal Heath. HEX triplet: BB, 43 and 6E. RGB value is (187,67,110). Sum of RGB (Red+Green+Blue) = 187+67+110=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB436E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB436E is #44BC91. Grayscale: #6B6B6B. Windows color (decimal): -4504722 or 7226299. OLE color: 7226299.

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

Color convert

RGB18767110-
CMYK00.640.410.27
HSL338.5º47.24%49.8%-
HSV(B)338.5º64.17%73.33%-
XYZ25.3215.716.45-
YUV107.78129.26184.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 67 (26.56% from 255) = 18.41%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=51.37%
G=18.41%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876711000.640.410.27338.547.2449.8
HexBB436E040291B1522f32
Octal273103156010051335225762
Binary10111011100001111011100100000010100111011101010010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB436E; }

 p { color: rgb(187,67,110); }

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

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

 a { background-color: rgb(187,67,110); }

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

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

 span { border-color: rgb(187,67,110); }

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