Html Css Color HEX #BB4876 Royal Heath

📋 copy color: '#BB4876'

red 187 ◦ green 72 ◦ blue 118

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

Shades of Royal Heath #BB4876

Tints of Royal Heath #BB4876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 49.6%
G = 19.1%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB4876 (or 0xBB4876) is known color: Royal Heath. HEX triplet: BB, 48 and 76. RGB value is (187,72,118). Sum of RGB (Red+Green+Blue) = 187+72+118=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4876 is #44B789. Grayscale: #6F6F6F. Windows color (decimal): -4503434 or 7751867. OLE color: 7751867.

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

Color convert

RGB 187 72 118 -
CMYK 0 0.61 0.37 0.27
HSL 336º 0.46% 0.51% -
HSV(B) 336º 0.61% 0.73% -
XYZ 26.08 16.51 18.95 -
YUV 111.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 187 72 118 0 0.61 0.37 0.27 336 0.46 0.51
Hex BB 48 76 0 3D 25 1B 150 2E 33
Octal 273 110 166 0 75 45 33 520 56 63
Binary 10111011 1001000 1110110 0 111101 100101 11011 101010000 101110 110011

Color Harmonies of #BB4876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4876

Black with #BB4876

Text Example


Text Example

White with #BB4876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4876; }

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

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

background-color css

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

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

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

border-color css

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

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

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