Html Css Color HEX #BB7A6E Contessa

📋 copy color: '#BB7A6E'

red 187 ◦ green 122 ◦ blue 110

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

Shades of Contessa #BB7A6E

Tints of Contessa #BB7A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

 BLUE value IS 110 (43.36% from 255) = 26.25%

R = 44.63%
G = 29.12%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB7A6E (or 0xBB7A6E) is known color: Contessa. HEX triplet: BB, 7A and 6E. RGB value is (187,122,110). Sum of RGB (Red+Green+Blue) = 187+122+110=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A6E is #448591. Grayscale: #8C8C8C. Windows color (decimal): -4490642 or 7240379. OLE color: 7240379.

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

Color convert

RGB 187 122 110 -
CMYK 0 0.35 0.41 0.27
HSL 9.35º 0.36% 0.58% -
HSV(B) 9.35º 0.41% 0.73% -
XYZ 30.27 25.61 18.1 -
YUV 140.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 187 122 110 0 0.35 0.41 0.27 9.35 0.36 0.58
Hex BB 7A 6E 0 23 29 1B 9 24 3A
Octal 273 172 156 0 43 51 33 11 44 72
Binary 10111011 1111010 1101110 0 100011 101001 11011 1001 100100 111010

Color Harmonies of #BB7A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A6E

Black with #BB7A6E

Text Example


Text Example

White with #BB7A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A6E; }

 p { color: rgb(187,122,110); }

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

background-color css

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

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

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

border-color css

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

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

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