Html Css Color HEX #BB706D Contessa

📋 copy color: '#BB706D'

red 187 ◦ green 112 ◦ blue 109

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

Shades of Contessa #BB706D

Tints of Contessa #BB706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.72%

R = 45.83%
G = 27.45%
B = 26.72%

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

#BB706D (or 0xBB706D) is known color: Contessa. HEX triplet: BB, 70 and 6D. RGB value is (187,112,109). Sum of RGB (Red+Green+Blue) = 187+112+109=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB706D is #448F92. Grayscale: #868686. Windows color (decimal): -4493203 or 7172283. OLE color: 7172283.

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

Color convert

RGB 187 112 109 -
CMYK 0 0.40 0.42 0.27
HSL 2.31º 0.36% 0.58% -
HSV(B) 2.31º 0.42% 0.73% -
XYZ 29.05 23.26 17.43 -
YUV 134.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 187 112 109 0 0.40 0.42 0.27 2.31 0.36 0.58
Hex BB 70 6D 0 28 2A 1B 2 24 3A
Octal 273 160 155 0 50 52 33 2 44 72
Binary 10111011 1110000 1101101 0 101000 101010 11011 10 100100 111010

Color Harmonies of #BB706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB706D

Black with #BB706D

Text Example


Text Example

White with #BB706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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