Html Css Color HEX #B96462 Contessa

📋 copy color: '#B96462'

red 185 ◦ green 100 ◦ blue 98

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

Shades of Contessa #B96462

Tints of Contessa #B96462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.11%

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

R = 48.3%
G = 26.11%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B96462 (or 0xB96462) is known color: Contessa. HEX triplet: B9, 64 and 62. RGB value is (185,100,98). Sum of RGB (Red+Green+Blue) = 185+100+98=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B96462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96462 is #469B9D. Grayscale: #7D7D7D. Windows color (decimal): -4627358 or 6448313. OLE color: 6448313.

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

Color convert

RGB 185 100 98 -
CMYK 0 0.46 0.47 0.27
HSL 1.38º 0.38% 0.55% -
HSV(B) 1.38º 0.47% 0.73% -
XYZ 26.77 20.31 14.06 -
YUV 125.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 185 100 98 0 0.46 0.47 0.27 1.38 0.38 0.55
Hex B9 64 62 0 2E 2F 1B 1 26 37
Octal 271 144 142 0 56 57 33 1 46 67
Binary 10111001 1100100 1100010 0 101110 101111 11011 1 100110 110111

Color Harmonies of #B96462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96462

Black with #B96462

Text Example


Text Example

White with #B96462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96462; }

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

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

background-color css

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

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

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

border-color css

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

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

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