Html Css Color HEX #BB706C Contessa

📋 copy color: '#BB706C'

red 187 ◦ green 112 ◦ blue 108

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

Shades of Contessa #BB706C

Tints of Contessa #BB706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

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

R = 45.95%
G = 27.52%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB706C (or 0xBB706C) is known color: Contessa. HEX triplet: BB, 70 and 6C. RGB value is (187,112,108). Sum of RGB (Red+Green+Blue) = 187+112+108=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB706C is #448F93. Grayscale: #868686. Windows color (decimal): -4493204 or 7106747. OLE color: 7106747.

HSL color Cylindrical-coordinate representation of color #BB706C: hue angle of 3.04º 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 #BB706C is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 108 -
CMYK 0 0.40 0.42 0.27
HSL 3.04º 0.37% 0.58% -
HSV(B) 3.04º 0.42% 0.73% -
XYZ 28.99 23.24 17.14 -
YUV 133.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 187 112 108 0 0.40 0.42 0.27 3.04 0.37 0.58
Hex BB 70 6C 0 28 2A 1B 3 25 3A
Octal 273 160 154 0 50 52 33 3 45 72
Binary 10111011 1110000 1101100 0 101000 101010 11011 11 100101 111010

Color Harmonies of #BB706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB706C

Black with #BB706C

Text Example


Text Example

White with #BB706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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