Html Css Color HEX #BB7676 Contessa

📋 copy color: '#BB7676'

red 187 ◦ green 118 ◦ blue 118

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

Shades of Contessa #BB7676

Tints of Contessa #BB7676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.9%

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

R = 44.21%
G = 27.9%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB7676 (or 0xBB7676) is known color: Contessa. HEX triplet: BB, 76 and 76. RGB value is (187,118,118). Sum of RGB (Red+Green+Blue) = 187+118+118=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7676 is #448989. Grayscale: #8A8A8A. Windows color (decimal): -4491658 or 7763643. OLE color: 7763643.

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

Color convert

RGB 187 118 118 -
CMYK 0 0.37 0.37 0.27
HSL 0.34% 0.6% -
HSV(B) 0.37% 0.73% -
XYZ 30.24 24.83 20.34 -
YUV 138.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 187 118 118 0 0.37 0.37 0.27 0 0.34 0.6
Hex BB 76 76 0 25 25 1B 0 22 3C
Octal 273 166 166 0 45 45 33 0 42 74
Binary 10111011 1110110 1110110 0 100101 100101 11011 0 100010 111100

Color Harmonies of #BB7676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7676

Black with #BB7676

Text Example


Text Example

White with #BB7676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7676; }

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

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

background-color css

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

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

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

border-color css

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

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

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