Html Css Color HEX #BB796C Contessa

📋 copy color: '#BB796C'

red 187 ◦ green 121 ◦ blue 108

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

Shades of Contessa #BB796C

Tints of Contessa #BB796C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.09%

 BLUE value IS 108 (42.58% from 255) = 25.96%

R = 44.95%
G = 29.09%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB796C (or 0xBB796C) is known color: Contessa. HEX triplet: BB, 79 and 6C. RGB value is (187,121,108). Sum of RGB (Red+Green+Blue) = 187+121+108=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB796C is #448693. Grayscale: #8B8B8B. Windows color (decimal): -4490900 or 7109051. OLE color: 7109051.

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

Color convert

RGB 187 121 108 -
CMYK 0 0.35 0.42 0.27
HSL 9.87º 0.37% 0.58% -
HSV(B) 9.87º 0.42% 0.73% -
XYZ 30.04 25.32 17.49 -
YUV 139.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 187 121 108 0 0.35 0.42 0.27 9.87 0.37 0.58
Hex BB 79 6C 0 23 2A 1B A 25 3A
Octal 273 171 154 0 43 52 33 12 45 72
Binary 10111011 1111001 1101100 0 100011 101010 11011 1010 100101 111010

Color Harmonies of #BB796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB796C

Black with #BB796C

Text Example


Text Example

White with #BB796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB796C; }

 p { color: rgb(187,121,108); }

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

background-color css

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

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

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

border-color css

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

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

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