Html Css Color HEX #BB705D Contessa

📋 copy color: '#BB705D'

red 187 ◦ green 112 ◦ blue 93

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

Shades of Contessa #BB705D

Tints of Contessa #BB705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 47.7%
G = 28.57%
B = 23.72%

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

#BB705D (or 0xBB705D) is known color: Contessa. HEX triplet: BB, 70 and 5D. RGB value is (187,112,93). Sum of RGB (Red+Green+Blue) = 187+112+93=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB705D is #448FA2. Grayscale: #848484. Windows color (decimal): -4493219 or 6123707. OLE color: 6123707.

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

Color convert

RGB 187 112 93 -
CMYK 0 0.40 0.50 0.27
HSL 12.13º 0.41% 0.55% -
HSV(B) 12.13º 0.5% 0.73% -
XYZ 28.26 22.94 13.29 -
YUV 132.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 187 112 93 0 0.40 0.50 0.27 12.13 0.41 0.55
Hex BB 70 5D 0 28 32 1B C 29 37
Octal 273 160 135 0 50 62 33 14 51 67
Binary 10111011 1110000 1011101 0 101000 110010 11011 1100 101001 110111

Color Harmonies of #BB705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB705D

Black with #BB705D

Text Example


Text Example

White with #BB705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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