#BB437A

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

Shades of Royal Heath #BB437A

Tints of Royal Heath #BB437A

Color information

#BB437A (or 0xBB437A) is unknown color: approx Royal Heath. HEX triplet: BB, 43 and 7A. RGB value is (187,67,122). Sum of RGB (Red+Green+Blue) = 187+67+122=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB437A is #44BC85. Grayscale: #6D6D6D. Windows color (decimal): -4504710 or 8012731. OLE color: 8012731.

HSL color Cylindrical-coordinate representation of color #BB437A: hue angle of 332.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 #BB437A is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18767122-
CMYK00.640.350.27
HSL332.5º47.24%49.8%-
HSV(B)332.5º64.17%73.33%-
XYZ26.0115.9820.13-
YUV109.15135.26183.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 67 (26.56% from 255) = 17.82%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=49.73%
G=17.82%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876712200.640.350.27332.547.2449.8
HexBB437A040231B14c2f32
Octal273103172010043335145762
Binary10111011100001111110100100000010001111011101001100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB437A; }

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

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

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

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

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

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

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

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