Html Css Color HEX #B96762 Contessa

📋 copy color: '#B96762'

red 185 ◦ green 103 ◦ blue 98

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

Shades of Contessa #B96762

Tints of Contessa #B96762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.68%

 BLUE value IS 98 (38.67% from 255) = 25.39%

R = 47.93%
G = 26.68%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B96762 (or 0xB96762) is known color: Contessa. HEX triplet: B9, 67 and 62. RGB value is (185,103,98). Sum of RGB (Red+Green+Blue) = 185+103+98=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B96762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96762 is #46989D. Grayscale: #7F7F7F. Windows color (decimal): -4626590 or 6449081. OLE color: 6449081.

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

Color convert

RGB 185 103 98 -
CMYK 0 0.44 0.47 0.27
HSL 3.45º 0.38% 0.55% -
HSV(B) 3.45º 0.47% 0.73% -
XYZ 27.06 20.9 14.16 -
YUV 126.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 185 103 98 0 0.44 0.47 0.27 3.45 0.38 0.55
Hex B9 67 62 0 2C 2F 1B 3 26 37
Octal 271 147 142 0 54 57 33 3 46 67
Binary 10111001 1100111 1100010 0 101100 101111 11011 11 100110 110111

Color Harmonies of #B96762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96762

Black with #B96762

Text Example


Text Example

White with #B96762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96762; }

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

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

background-color css

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

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

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

border-color css

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

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

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