Html Css Color HEX #B96B5B Contessa

📋 copy color: '#B96B5B'

red 185 ◦ green 107 ◦ blue 91

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

Shades of Contessa #B96B5B

Tints of Contessa #B96B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.76%

R = 48.3%
G = 27.94%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B96B5B (or 0xB96B5B) is known color: Contessa. HEX triplet: B9, 6B and 5B. RGB value is (185,107,91). Sum of RGB (Red+Green+Blue) = 185+107+91=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B5B is #4694A4. Grayscale: #808080. Windows color (decimal): -4625573 or 5991353. OLE color: 5991353.

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

Color convert

RGB 185 107 91 -
CMYK 0 0.42 0.51 0.27
HSL 10.21º 0.4% 0.54% -
HSV(B) 10.21º 0.51% 0.73% -
XYZ 27.15 21.59 12.63 -
YUV 128.5 106.84 168.3 -
System Red Green Blue C M Y K H S L
Decimal 185 107 91 0 0.42 0.51 0.27 10.21 0.4 0.54
Hex B9 6B 5B 0 2A 33 1B A 28 36
Octal 271 153 133 0 52 63 33 12 50 66
Binary 10111001 1101011 1011011 0 101010 110011 11011 1010 101000 110110

Color Harmonies of #B96B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B5B

Black with #B96B5B

Text Example


Text Example

White with #B96B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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