Html Css Color HEX #B96662 Contessa

📋 copy color: '#B96662'

red 185 ◦ green 102 ◦ blue 98

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

Shades of Contessa #B96662

Tints of Contessa #B96662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

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

R = 48.05%
G = 26.49%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B96662 (or 0xB96662) is known color: Contessa. HEX triplet: B9, 66 and 62. RGB value is (185,102,98). Sum of RGB (Red+Green+Blue) = 185+102+98=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B96662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96662 is #46999D. Grayscale: #7E7E7E. Windows color (decimal): -4626846 or 6448825. OLE color: 6448825.

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

Color convert

RGB 185 102 98 -
CMYK 0 0.45 0.47 0.27
HSL 2.76º 0.38% 0.55% -
HSV(B) 2.76º 0.47% 0.73% -
XYZ 26.96 20.7 14.13 -
YUV 126.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 185 102 98 0 0.45 0.47 0.27 2.76 0.38 0.55
Hex B9 66 62 0 2D 2F 1B 3 26 37
Octal 271 146 142 0 55 57 33 3 46 67
Binary 10111001 1100110 1100010 0 101101 101111 11011 11 100110 110111

Color Harmonies of #B96662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96662

Black with #B96662

Text Example


Text Example

White with #B96662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96662; }

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

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

background-color css

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

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

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

border-color css

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

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

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