Html Css Color HEX #BB4376 Royal Heath

📋 copy color: '#BB4376'

red 187 ◦ green 67 ◦ blue 118

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

Shades of Royal Heath #BB4376

Tints of Royal Heath #BB4376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.01%

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

R = 50.27%
G = 18.01%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB4376 (or 0xBB4376) is known color: Royal Heath. HEX triplet: BB, 43 and 76. RGB value is (187,67,118). Sum of RGB (Red+Green+Blue) = 187+67+118=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4376 is #44BC89. Grayscale: #6C6C6C. Windows color (decimal): -4504714 or 7750587. OLE color: 7750587.

HSL color Cylindrical-coordinate representation of color #BB4376: hue angle of 334.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4376 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 67 118 -
CMYK 0 0.64 0.37 0.27
HSL 334.5º 0.47% 0.5% -
HSV(B) 334.5º 0.64% 0.73% -
XYZ 25.77 15.89 18.85 -
YUV 108.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 187 67 118 0 0.64 0.37 0.27 334.5 0.47 0.5
Hex BB 43 76 0 40 25 1B 14E 2F 32
Octal 273 103 166 0 100 45 33 516 57 62
Binary 10111011 1000011 1110110 0 1000000 100101 11011 101001110 101111 110010

Color Harmonies of #BB4376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4376

Black with #BB4376

Text Example


Text Example

White with #BB4376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4376; }

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

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

background-color css

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

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

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

border-color css

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

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

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