Html Css Color HEX #B96E6E Contessa

📋 copy color: '#B96E6E'

red 185 ◦ green 110 ◦ blue 110

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

Shades of Contessa #B96E6E

Tints of Contessa #B96E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 45.68%
G = 27.16%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B96E6E (or 0xB96E6E) is known color: Contessa. HEX triplet: B9, 6E and 6E. RGB value is (185,110,110). Sum of RGB (Red+Green+Blue) = 185+110+110=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E6E is #469191. Grayscale: #848484. Windows color (decimal): -4624786 or 7237305. OLE color: 7237305.

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

Color convert

RGB 185 110 110 -
CMYK 0 0.41 0.41 0.27
HSL 0.35% 0.58% -
HSV(B) 0.41% 0.73% -
XYZ 28.4 22.59 17.62 -
YUV 132.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 185 110 110 0 0.41 0.41 0.27 0 0.35 0.58
Hex B9 6E 6E 0 29 29 1B 0 23 3A
Octal 271 156 156 0 51 51 33 0 43 72
Binary 10111001 1101110 1101110 0 101001 101001 11011 0 100011 111010

Color Harmonies of #B96E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E6E

Black with #B96E6E

Text Example


Text Example

White with #B96E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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