Html Css Color HEX #BB406E Royal Heath

📋 copy color: '#BB406E'

red 187 ◦ green 64 ◦ blue 110

#BB406E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BB406E

Tints of Royal Heath #BB406E

RGB

 RED value IS 187 (73.44% from 255) = 51.8%

 GREEN value IS 64 (25.39% from 255) = 17.73%

 BLUE value IS 110 (43.36% from 255) = 30.47%

R = 51.8%
G = 17.73%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB406E (or 0xBB406E) is known color: Royal Heath. HEX triplet: BB, 40 and 6E. RGB value is (187,64,110). Sum of RGB (Red+Green+Blue) = 187+64+110=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB406E is #44BF91. Grayscale: #696969. Windows color (decimal): -4505490 or 7225531. OLE color: 7225531.

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

Color convert

RGB 187 64 110 -
CMYK 0 0.66 0.41 0.27
HSL 337.56º 0.49% 0.49% -
HSV(B) 337.56º 0.66% 0.73% -
XYZ 25.14 15.36 16.39 -
YUV 106.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 187 64 110 0 0.66 0.41 0.27 337.56 0.49 0.49
Hex BB 40 6E 0 42 29 1B 152 31 31
Octal 273 100 156 0 102 51 33 522 61 61
Binary 10111011 1000000 1101110 0 1000010 101001 11011 101010010 110001 110001

Color Harmonies of #BB406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB406E

Black with #BB406E

Text Example


Text Example

White with #BB406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB406E; }

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

 H1.HeaderClassName
 {
   color: #BB406E;
 }
 .AnyTagClassName
 {
   color: #BB406E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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