Html Css Color HEX #B96E5A Contessa

📋 copy color: '#B96E5A'

red 185 ◦ green 110 ◦ blue 90

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

Shades of Contessa #B96E5A

Tints of Contessa #B96E5A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.57%

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 48.05%
G = 28.57%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B96E5A (or 0xB96E5A) is known color: Contessa. HEX triplet: B9, 6E and 5A. RGB value is (185,110,90). Sum of RGB (Red+Green+Blue) = 185+110+90=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E5A is #4691A5. Grayscale: #828282. Windows color (decimal): -4624806 or 5926585. OLE color: 5926585.

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

Color convert

RGB 185 110 90 -
CMYK 0 0.41 0.51 0.27
HSL 12.63º 0.4% 0.54% -
HSV(B) 12.63º 0.51% 0.73% -
XYZ 27.43 22.2 12.51 -
YUV 130.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 185 110 90 0 0.41 0.51 0.27 12.63 0.4 0.54
Hex B9 6E 5A 0 29 33 1B D 28 36
Octal 271 156 132 0 51 63 33 15 50 66
Binary 10111001 1101110 1011010 0 101001 110011 11011 1101 101000 110110

Color Harmonies of #B96E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E5A

Black with #B96E5A

Text Example


Text Example

White with #B96E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E5A; }

 p { color: rgb(185,110,90); }

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

background-color css

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

 a { background-color: rgb(185,110,90); }

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

border-color css

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

 span { border-color: rgb(185,110,90); }

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