Html Css Color HEX #B96560 Contessa

📋 copy color: '#B96560'

red 185 ◦ green 101 ◦ blue 96

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

Shades of Contessa #B96560

Tints of Contessa #B96560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.44%

 BLUE value IS 96 (37.89% from 255) = 25.13%

R = 48.43%
G = 26.44%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B96560 (or 0xB96560) is known color: Contessa. HEX triplet: B9, 65 and 60. RGB value is (185,101,96). Sum of RGB (Red+Green+Blue) = 185+101+96=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B96560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96560 is #469A9F. Grayscale: #7D7D7D. Windows color (decimal): -4627104 or 6317497. OLE color: 6317497.

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

Color convert

RGB 185 101 96 -
CMYK 0 0.45 0.48 0.27
HSL 3.37º 0.39% 0.55% -
HSV(B) 3.37º 0.48% 0.73% -
XYZ 26.77 20.47 13.61 -
YUV 125.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 185 101 96 0 0.45 0.48 0.27 3.37 0.39 0.55
Hex B9 65 60 0 2D 30 1B 3 27 37
Octal 271 145 140 0 55 60 33 3 47 67
Binary 10111001 1100101 1100000 0 101101 110000 11011 11 100111 110111

Color Harmonies of #B96560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96560

Black with #B96560

Text Example


Text Example

White with #B96560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96560; }

 p { color: rgb(185,101,96); }

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

background-color css

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

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

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

border-color css

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

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

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