Html Css Color HEX #BB486C Royal Heath

📋 copy color: '#BB486C'

red 187 ◦ green 72 ◦ blue 108

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

Shades of Royal Heath #BB486C

Tints of Royal Heath #BB486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 50.95%
G = 19.62%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB486C (or 0xBB486C) is known color: Royal Heath. HEX triplet: BB, 48 and 6C. RGB value is (187,72,108). Sum of RGB (Red+Green+Blue) = 187+72+108=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB486C is #44B793. Grayscale: #6E6E6E. Windows color (decimal): -4503444 or 7096507. OLE color: 7096507.

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

Color convert

RGB 187 72 108 -
CMYK 0 0.61 0.42 0.27
HSL 341.22º 0.46% 0.51% -
HSV(B) 341.22º 0.61% 0.73% -
XYZ 25.52 16.28 15.99 -
YUV 110.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 187 72 108 0 0.61 0.42 0.27 341.22 0.46 0.51
Hex BB 48 6C 0 3D 2A 1B 155 2E 33
Octal 273 110 154 0 75 52 33 525 56 63
Binary 10111011 1001000 1101100 0 111101 101010 11011 101010101 101110 110011

Color Harmonies of #BB486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB486C

Black with #BB486C

Text Example


Text Example

White with #BB486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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