Html Css Color HEX #BB706E Contessa

📋 copy color: '#BB706E'

red 187 ◦ green 112 ◦ blue 110

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

Shades of Contessa #BB706E

Tints of Contessa #BB706E

RGB

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

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

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

R = 45.72%
G = 27.38%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB706E (or 0xBB706E) is known color: Contessa. HEX triplet: BB, 70 and 6E. RGB value is (187,112,110). Sum of RGB (Red+Green+Blue) = 187+112+110=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB706E is #448F91. Grayscale: #868686. Windows color (decimal): -4493202 or 7237819. OLE color: 7237819.

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

Color convert

RGB 187 112 110 -
CMYK 0 0.40 0.41 0.27
HSL 1.56º 0.36% 0.58% -
HSV(B) 1.56º 0.41% 0.73% -
XYZ 29.1 23.28 17.71 -
YUV 134.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 187 112 110 0 0.40 0.41 0.27 1.56 0.36 0.58
Hex BB 70 6E 0 28 29 1B 2 24 3A
Octal 273 160 156 0 50 51 33 2 44 72
Binary 10111011 1110000 1101110 0 101000 101001 11011 10 100100 111010

Color Harmonies of #BB706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB706E

Black with #BB706E

Text Example


Text Example

White with #BB706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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