Html Css Color HEX #B96B5C Contessa

📋 copy color: '#B96B5C'

red 185 ◦ green 107 ◦ blue 92

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

Shades of Contessa #B96B5C

Tints of Contessa #B96B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.86%

 BLUE value IS 92 (36.33% from 255) = 23.96%

R = 48.18%
G = 27.86%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B96B5C (or 0xB96B5C) is known color: Contessa. HEX triplet: B9, 6B and 5C. RGB value is (185,107,92). Sum of RGB (Red+Green+Blue) = 185+107+92=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B5C is #4694A3. Grayscale: #808080. Windows color (decimal): -4625572 or 6056889. OLE color: 6056889.

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

Color convert

RGB 185 107 92 -
CMYK 0 0.42 0.50 0.27
HSL 9.68º 0.4% 0.54% -
HSV(B) 9.68º 0.5% 0.73% -
XYZ 27.2 21.6 12.86 -
YUV 128.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 185 107 92 0 0.42 0.50 0.27 9.68 0.4 0.54
Hex B9 6B 5C 0 2A 32 1B A 28 36
Octal 271 153 134 0 52 62 33 12 50 66
Binary 10111001 1101011 1011100 0 101010 110010 11011 1010 101000 110110

Color Harmonies of #B96B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B5C

Black with #B96B5C

Text Example


Text Example

White with #B96B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B5C; }

 p { color: rgb(185,107,92); }

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

background-color css

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

 a { background-color: rgb(185,107,92); }

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

border-color css

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

 span { border-color: rgb(185,107,92); }

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