Html Css Color HEX #B96849 Tuscany

📋 copy color: '#B96849'

red 185 ◦ green 104 ◦ blue 73

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

Shades of Tuscany #B96849

Tints of Tuscany #B96849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

 BLUE value IS 73 (28.91% from 255) = 20.17%

R = 51.1%
G = 28.73%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B96849 (or 0xB96849) is known color: Tuscany. HEX triplet: B9, 68 and 49. RGB value is (185,104,73). Sum of RGB (Red+Green+Blue) = 185+104+73=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B96849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96849 is #4697B6. Grayscale: #7C7C7C. Windows color (decimal): -4626359 or 4810937. OLE color: 4810937.

HSL color Cylindrical-coordinate representation of color #B96849: hue angle of 16.61º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B96849 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 104 73 -
CMYK 0 0.44 0.61 0.27
HSL 16.61º 0.44% 0.51% -
HSV(B) 16.61º 0.61% 0.73% -
XYZ 26.16 20.7 8.92 -
YUV 124.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 185 104 73 0 0.44 0.61 0.27 16.61 0.44 0.51
Hex B9 68 49 0 2C 3D 1B 11 2C 33
Octal 271 150 111 0 54 75 33 21 54 63
Binary 10111001 1101000 1001001 0 101100 111101 11011 10001 101100 110011

Color Harmonies of #B96849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96849

Black with #B96849

Text Example


Text Example

White with #B96849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96849; }

 p { color: rgb(185,104,73); }

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

background-color css

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

 a { background-color: rgb(185,104,73); }

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

border-color css

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

 span { border-color: rgb(185,104,73); }

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