Html Css Color HEX #BB406F Royal Heath

📋 copy color: '#BB406F'

red 187 ◦ green 64 ◦ blue 111

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

Shades of Royal Heath #BB406F

Tints of Royal Heath #BB406F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 51.66%
G = 17.68%
B = 30.66%

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

#BB406F (or 0xBB406F) is known color: Royal Heath. HEX triplet: BB, 40 and 6F. RGB value is (187,64,111). Sum of RGB (Red+Green+Blue) = 187+64+111=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB406F is #44BF90. Grayscale: #6A6A6A. Windows color (decimal): -4505489 or 7291067. OLE color: 7291067.

HSL color Cylindrical-coordinate representation of color #BB406F: hue angle of 337.07º 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 #BB406F is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 111 -
CMYK 0 0.66 0.41 0.27
HSL 337.07º 0.49% 0.49% -
HSV(B) 337.07º 0.66% 0.73% -
XYZ 25.2 15.38 16.68 -
YUV 106.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 187 64 111 0 0.66 0.41 0.27 337.07 0.49 0.49
Hex BB 40 6F 0 42 29 1B 151 31 31
Octal 273 100 157 0 102 51 33 521 61 61
Binary 10111011 1000000 1101111 0 1000010 101001 11011 101010001 110001 110001

Color Harmonies of #BB406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB406F

Black with #BB406F

Text Example


Text Example

White with #BB406F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB406F; }

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

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

background-color css

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

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

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

border-color css

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

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

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