Html Css Color HEX #BB486F Royal Heath

📋 copy color: '#BB486F'

red 187 ◦ green 72 ◦ blue 111

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

Shades of Royal Heath #BB486F

Tints of Royal Heath #BB486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.46%

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

R = 50.54%
G = 19.46%
B = 30%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB486F (or 0xBB486F) is known color: Royal Heath. HEX triplet: BB, 48 and 6F. RGB value is (187,72,111). Sum of RGB (Red+Green+Blue) = 187+72+111=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB486F is #44B790. Grayscale: #6E6E6E. Windows color (decimal): -4503441 or 7293115. OLE color: 7293115.

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

Color convert

RGB 187 72 111 -
CMYK 0 0.61 0.41 0.27
HSL 339.65º 0.46% 0.51% -
HSV(B) 339.65º 0.61% 0.73% -
XYZ 25.68 16.35 16.84 -
YUV 110.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 187 72 111 0 0.61 0.41 0.27 339.65 0.46 0.51
Hex BB 48 6F 0 3D 29 1B 154 2E 33
Octal 273 110 157 0 75 51 33 524 56 63
Binary 10111011 1001000 1101111 0 111101 101001 11011 101010100 101110 110011

Color Harmonies of #BB486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB486F

Black with #BB486F

Text Example


Text Example

White with #BB486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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