Html Css Color HEX #B96E68 Contessa

📋 copy color: '#B96E68'

red 185 ◦ green 110 ◦ blue 104

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

Shades of Contessa #B96E68

Tints of Contessa #B96E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.07%

R = 46.37%
G = 27.57%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B96E68 (or 0xB96E68) is known color: Contessa. HEX triplet: B9, 6E and 68. RGB value is (185,110,104). Sum of RGB (Red+Green+Blue) = 185+110+104=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E68 is #469197. Grayscale: #838383. Windows color (decimal): -4624792 or 6844089. OLE color: 6844089.

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

Color convert

RGB 185 110 104 -
CMYK 0 0.41 0.44 0.27
HSL 4.44º 0.37% 0.57% -
HSV(B) 4.44º 0.44% 0.73% -
XYZ 28.08 22.47 15.95 -
YUV 131.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 185 110 104 0 0.41 0.44 0.27 4.44 0.37 0.57
Hex B9 6E 68 0 29 2C 1B 4 25 39
Octal 271 156 150 0 51 54 33 4 45 71
Binary 10111001 1101110 1101000 0 101001 101100 11011 100 100101 111001

Color Harmonies of #B96E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E68

Black with #B96E68

Text Example


Text Example

White with #B96E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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