Html Css Color HEX #B96747 Tuscany

📋 copy color: '#B96747'

red 185 ◦ green 103 ◦ blue 71

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

Shades of Tuscany #B96747

Tints of Tuscany #B96747

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.69%

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

R = 51.53%
G = 28.69%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B96747 (or 0xB96747) is known color: Tuscany. HEX triplet: B9, 67 and 47. RGB value is (185,103,71). Sum of RGB (Red+Green+Blue) = 185+103+71=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B96747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96747 is #4698B8. Grayscale: #7C7C7C. Windows color (decimal): -4626617 or 4679609. OLE color: 4679609.

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

Color convert

RGB 185 103 71 -
CMYK 0 0.44 0.62 0.27
HSL 16.84º 0.45% 0.5% -
HSV(B) 16.84º 0.62% 0.73% -
XYZ 26 20.47 8.54 -
YUV 123.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 185 103 71 0 0.44 0.62 0.27 16.84 0.45 0.5
Hex B9 67 47 0 2C 3E 1B 11 2D 32
Octal 271 147 107 0 54 76 33 21 55 62
Binary 10111001 1100111 1000111 0 101100 111110 11011 10001 101101 110010

Color Harmonies of #B96747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96747

Black with #B96747

Text Example


Text Example

White with #B96747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96747; }

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

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

background-color css

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

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

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

border-color css

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

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

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