Html Css Color HEX #B96360 Contessa

📋 copy color: '#B96360'

red 185 ◦ green 99 ◦ blue 96

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

Shades of Contessa #B96360

Tints of Contessa #B96360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.05%

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

R = 48.68%
G = 26.05%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B96360 (or 0xB96360) is known color: Contessa. HEX triplet: B9, 63 and 60. RGB value is (185,99,96). Sum of RGB (Red+Green+Blue) = 185+99+96=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B96360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96360 is #469C9F. Grayscale: #7C7C7C. Windows color (decimal): -4627616 or 6316985. OLE color: 6316985.

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

Color convert

RGB 185 99 96 -
CMYK 0 0.46 0.48 0.27
HSL 2.02º 0.39% 0.55% -
HSV(B) 2.02º 0.48% 0.73% -
XYZ 26.58 20.08 13.54 -
YUV 124.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 185 99 96 0 0.46 0.48 0.27 2.02 0.39 0.55
Hex B9 63 60 0 2E 30 1B 2 27 37
Octal 271 143 140 0 56 60 33 2 47 67
Binary 10111001 1100011 1100000 0 101110 110000 11011 10 100111 110111

Color Harmonies of #B96360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96360

Black with #B96360

Text Example


Text Example

White with #B96360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96360; }

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

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

background-color css

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

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

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

border-color css

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

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

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