Html Css Color HEX #B96946 Tuscany

📋 copy color: '#B96946'

red 185 ◦ green 105 ◦ blue 70

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

Shades of Tuscany #B96946

Tints of Tuscany #B96946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.17%

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 51.39%
G = 29.17%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B96946 (or 0xB96946) is known color: Tuscany. HEX triplet: B9, 69 and 46. RGB value is (185,105,70). Sum of RGB (Red+Green+Blue) = 185+105+70=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B96946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96946 is #4696B9. Grayscale: #7D7D7D. Windows color (decimal): -4626106 or 4614585. OLE color: 4614585.

HSL color Cylindrical-coordinate representation of color #B96946: hue angle of 18.26º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B96946 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 105 70 -
CMYK 0 0.43 0.62 0.27
HSL 18.26º 0.45% 0.5% -
HSV(B) 18.26º 0.62% 0.73% -
XYZ 26.16 20.86 8.44 -
YUV 124.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 185 105 70 0 0.43 0.62 0.27 18.26 0.45 0.5
Hex B9 69 46 0 2B 3E 1B 12 2D 32
Octal 271 151 106 0 53 76 33 22 55 62
Binary 10111001 1101001 1000110 0 101011 111110 11011 10010 101101 110010

Color Harmonies of #B96946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96946

Black with #B96946

Text Example


Text Example

White with #B96946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96946; }

 p { color: rgb(185,105,70); }

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

background-color css

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

 a { background-color: rgb(185,105,70); }

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

border-color css

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

 span { border-color: rgb(185,105,70); }

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