Html Css Color HEX #B96947 Tuscany

📋 copy color: '#B96947'

red 185 ◦ green 105 ◦ blue 71

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

Shades of Tuscany #B96947

Tints of Tuscany #B96947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.67%

R = 51.25%
G = 29.09%
B = 19.67%

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

#B96947 (or 0xB96947) is known color: Tuscany. HEX triplet: B9, 69 and 47. RGB value is (185,105,71). Sum of RGB (Red+Green+Blue) = 185+105+71=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B96947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96947 is #4696B8. Grayscale: #7D7D7D. Windows color (decimal): -4626105 or 4680121. OLE color: 4680121.

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

Color convert

RGB 185 105 71 -
CMYK 0 0.43 0.62 0.27
HSL 17.89º 0.45% 0.5% -
HSV(B) 17.89º 0.62% 0.73% -
XYZ 26.2 20.87 8.61 -
YUV 125.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 185 105 71 0 0.43 0.62 0.27 17.89 0.45 0.5
Hex B9 69 47 0 2B 3E 1B 12 2D 32
Octal 271 151 107 0 53 76 33 22 55 62
Binary 10111001 1101001 1000111 0 101011 111110 11011 10010 101101 110010

Color Harmonies of #B96947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96947

Black with #B96947

Text Example


Text Example

White with #B96947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96947; }

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

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

background-color css

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

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

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

border-color css

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

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

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