Html Css Color HEX #BB7674 Contessa

📋 copy color: '#BB7674'

red 187 ◦ green 118 ◦ blue 116

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

Shades of Contessa #BB7674

Tints of Contessa #BB7674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.55%

R = 44.42%
G = 28.03%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB7674 (or 0xBB7674) is known color: Contessa. HEX triplet: BB, 76 and 74. RGB value is (187,118,116). Sum of RGB (Red+Green+Blue) = 187+118+116=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7674 is #44898B. Grayscale: #8A8A8A. Windows color (decimal): -4491660 or 7632571. OLE color: 7632571.

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

Color convert

RGB 187 118 116 -
CMYK 0 0.37 0.38 0.27
HSL 1.69º 0.34% 0.59% -
HSV(B) 1.69º 0.38% 0.73% -
XYZ 30.12 24.78 19.72 -
YUV 138.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 187 118 116 0 0.37 0.38 0.27 1.69 0.34 0.59
Hex BB 76 74 0 25 26 1B 2 22 3B
Octal 273 166 164 0 45 46 33 2 42 73
Binary 10111011 1110110 1110100 0 100101 100110 11011 10 100010 111011

Color Harmonies of #BB7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7674

Black with #BB7674

Text Example


Text Example

White with #BB7674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7674; }

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

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

background-color css

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

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

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

border-color css

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

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

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