Html Css Color HEX #B96E67 Contessa

📋 copy color: '#B96E67'

red 185 ◦ green 110 ◦ blue 103

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

Shades of Contessa #B96E67

Tints of Contessa #B96E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.88%

R = 46.48%
G = 27.64%
B = 25.88%

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

#B96E67 (or 0xB96E67) is known color: Contessa. HEX triplet: B9, 6E and 67. RGB value is (185,110,103). Sum of RGB (Red+Green+Blue) = 185+110+103=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E67 is #469198. Grayscale: #838383. Windows color (decimal): -4624793 or 6778553. OLE color: 6778553.

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

Color convert

RGB 185 110 103 -
CMYK 0 0.41 0.44 0.27
HSL 5.12º 0.37% 0.56% -
HSV(B) 5.12º 0.44% 0.73% -
XYZ 28.03 22.45 15.69 -
YUV 131.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 185 110 103 0 0.41 0.44 0.27 5.12 0.37 0.56
Hex B9 6E 67 0 29 2C 1B 5 25 38
Octal 271 156 147 0 51 54 33 5 45 70
Binary 10111001 1101110 1100111 0 101001 101100 11011 101 100101 111000

Color Harmonies of #B96E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E67

Black with #B96E67

Text Example


Text Example

White with #B96E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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