Html Css Color HEX #B96260 Contessa

📋 copy color: '#B96260'

red 185 ◦ green 98 ◦ blue 96

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

Shades of Contessa #B96260

Tints of Contessa #B96260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.86%

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

R = 48.81%
G = 25.86%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B96260 (or 0xB96260) is known color: Contessa. HEX triplet: B9, 62 and 60. RGB value is (185,98,96). Sum of RGB (Red+Green+Blue) = 185+98+96=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B96260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96260 is #469D9F. Grayscale: #7B7B7B. Windows color (decimal): -4627872 or 6316729. OLE color: 6316729.

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

Color convert

RGB 185 98 96 -
CMYK 0 0.47 0.48 0.27
HSL 1.35º 0.39% 0.55% -
HSV(B) 1.35º 0.48% 0.73% -
XYZ 26.49 19.89 13.51 -
YUV 123.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 185 98 96 0 0.47 0.48 0.27 1.35 0.39 0.55
Hex B9 62 60 0 2F 30 1B 1 27 37
Octal 271 142 140 0 57 60 33 1 47 67
Binary 10111001 1100010 1100000 0 101111 110000 11011 1 100111 110111

Color Harmonies of #B96260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96260

Black with #B96260

Text Example


Text Example

White with #B96260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96260; }

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

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

background-color css

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

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

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

border-color css

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

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

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