Html Css Color HEX #BB705E Contessa

📋 copy color: '#BB705E'

red 187 ◦ green 112 ◦ blue 94

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

Shades of Contessa #BB705E

Tints of Contessa #BB705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.92%

R = 47.58%
G = 28.5%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB705E (or 0xBB705E) is known color: Contessa. HEX triplet: BB, 70 and 5E. RGB value is (187,112,94). Sum of RGB (Red+Green+Blue) = 187+112+94=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB705E is #448FA1. Grayscale: #848484. Windows color (decimal): -4493218 or 6189243. OLE color: 6189243.

HSL color Cylindrical-coordinate representation of color #BB705E: hue angle of 11.61º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB705E is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 94 -
CMYK 0 0.40 0.50 0.27
HSL 11.61º 0.41% 0.55% -
HSV(B) 11.61º 0.5% 0.73% -
XYZ 28.31 22.96 13.53 -
YUV 132.37 106.35 166.96 -
System Red Green Blue C M Y K H S L
Decimal 187 112 94 0 0.40 0.50 0.27 11.61 0.41 0.55
Hex BB 70 5E 0 28 32 1B C 29 37
Octal 273 160 136 0 50 62 33 14 51 67
Binary 10111011 1110000 1011110 0 101000 110010 11011 1100 101001 110111

Color Harmonies of #BB705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB705E

Black with #BB705E

Text Example


Text Example

White with #BB705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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