Html Css Color HEX #B9705D Contessa

📋 copy color: '#B9705D'

red 185 ◦ green 112 ◦ blue 93

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

Shades of Contessa #B9705D

Tints of Contessa #B9705D

RGB

 RED value IS 185 (72.66% from 255) = 47.44%

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

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

R = 47.44%
G = 28.72%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9705D (or 0xB9705D) is known color: Contessa. HEX triplet: B9, 70 and 5D. RGB value is (185,112,93). Sum of RGB (Red+Green+Blue) = 185+112+93=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9705D is #468FA2. Grayscale: #838383. Windows color (decimal): -4624291 or 6123705. OLE color: 6123705.

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

Color convert

RGB 185 112 93 -
CMYK 0 0.39 0.50 0.27
HSL 12.39º 0.4% 0.55% -
HSV(B) 12.39º 0.5% 0.73% -
XYZ 27.78 22.69 13.27 -
YUV 131.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 185 112 93 0 0.39 0.50 0.27 12.39 0.4 0.55
Hex B9 70 5D 0 27 32 1B C 28 37
Octal 271 160 135 0 47 62 33 14 50 67
Binary 10111001 1110000 1011101 0 100111 110010 11011 1100 101000 110111

Color Harmonies of #B9705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9705D

Black with #B9705D

Text Example


Text Example

White with #B9705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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