Html Css Color HEX #B96647 Tuscany

📋 copy color: '#B96647'

red 185 ◦ green 102 ◦ blue 71

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

Shades of Tuscany #B96647

Tints of Tuscany #B96647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.49%

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

R = 51.68%
G = 28.49%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B96647 (or 0xB96647) is known color: Tuscany. HEX triplet: B9, 66 and 47. RGB value is (185,102,71). Sum of RGB (Red+Green+Blue) = 185+102+71=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B96647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96647 is #4699B8. Grayscale: #7B7B7B. Windows color (decimal): -4626873 or 4679353. OLE color: 4679353.

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

Color convert

RGB 185 102 71 -
CMYK 0 0.45 0.62 0.27
HSL 16.32º 0.45% 0.5% -
HSV(B) 16.32º 0.62% 0.73% -
XYZ 25.9 20.27 8.51 -
YUV 123.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 185 102 71 0 0.45 0.62 0.27 16.32 0.45 0.5
Hex B9 66 47 0 2D 3E 1B 10 2D 32
Octal 271 146 107 0 55 76 33 20 55 62
Binary 10111001 1100110 1000111 0 101101 111110 11011 10000 101101 110010

Color Harmonies of #B96647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96647

Black with #B96647

Text Example


Text Example

White with #B96647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96647; }

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

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

background-color css

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

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

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

border-color css

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

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

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