Html Css Color HEX #B96A5D Contessa

📋 copy color: '#B96A5D'

red 185 ◦ green 106 ◦ blue 93

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

Shades of Contessa #B96A5D

Tints of Contessa #B96A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.6%

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

R = 48.18%
G = 27.6%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B96A5D (or 0xB96A5D) is known color: Contessa. HEX triplet: B9, 6A and 5D. RGB value is (185,106,93). Sum of RGB (Red+Green+Blue) = 185+106+93=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A5D is #4695A2. Grayscale: #808080. Windows color (decimal): -4625827 or 6122169. OLE color: 6122169.

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

Color convert

RGB 185 106 93 -
CMYK 0 0.43 0.50 0.27
HSL 8.48º 0.4% 0.55% -
HSV(B) 8.48º 0.5% 0.73% -
XYZ 27.14 21.41 13.06 -
YUV 128.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 185 106 93 0 0.43 0.50 0.27 8.48 0.4 0.55
Hex B9 6A 5D 0 2B 32 1B 8 28 37
Octal 271 152 135 0 53 62 33 10 50 67
Binary 10111001 1101010 1011101 0 101011 110010 11011 1000 101000 110111

Color Harmonies of #B96A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A5D

Black with #B96A5D

Text Example


Text Example

White with #B96A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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