Html Css Color HEX #B96561 Contessa

📋 copy color: '#B96561'

red 185 ◦ green 101 ◦ blue 97

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

Shades of Contessa #B96561

Tints of Contessa #B96561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 48.3%
G = 26.37%
B = 25.33%

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

#B96561 (or 0xB96561) is known color: Contessa. HEX triplet: B9, 65 and 61. RGB value is (185,101,97). Sum of RGB (Red+Green+Blue) = 185+101+97=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B96561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96561 is #469A9E. Grayscale: #7D7D7D. Windows color (decimal): -4627103 or 6383033. OLE color: 6383033.

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

Color convert

RGB 185 101 97 -
CMYK 0 0.45 0.48 0.27
HSL 2.73º 0.39% 0.55% -
HSV(B) 2.73º 0.48% 0.73% -
XYZ 26.82 20.48 13.85 -
YUV 125.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 185 101 97 0 0.45 0.48 0.27 2.73 0.39 0.55
Hex B9 65 61 0 2D 30 1B 3 27 37
Octal 271 145 141 0 55 60 33 3 47 67
Binary 10111001 1100101 1100001 0 101101 110000 11011 11 100111 110111

Color Harmonies of #B96561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96561

Black with #B96561

Text Example


Text Example

White with #B96561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96561; }

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

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

background-color css

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

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

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

border-color css

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

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

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