Html Css Color HEX #B36849 Tuscany

📋 copy color: '#B36849'

red 179 ◦ green 104 ◦ blue 73

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

Shades of Tuscany #B36849

Tints of Tuscany #B36849

RGB

 RED value IS 179 (70.31% from 255) = 50.28%

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

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

R = 50.28%
G = 29.21%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B36849 (or 0xB36849) is known color: Tuscany. HEX triplet: B3, 68 and 49. RGB value is (179,104,73). Sum of RGB (Red+Green+Blue) = 179+104+73=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B36849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36849 is #4C97B6. Grayscale: #7B7B7B. Windows color (decimal): -5019575 or 4810931. OLE color: 4810931.

HSL color Cylindrical-coordinate representation of color #B36849: hue angle of 17.55º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B36849 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 104 73 -
CMYK 0 0.42 0.59 0.30
HSL 17.55º 0.42% 0.49% -
HSV(B) 17.55º 0.59% 0.7% -
XYZ 24.74 19.97 8.85 -
YUV 122.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 179 104 73 0 0.42 0.59 0.30 17.55 0.42 0.49
Hex B3 68 49 0 2A 3B 1E 12 2A 31
Octal 263 150 111 0 52 73 36 22 52 61
Binary 10110011 1101000 1001001 0 101010 111011 11110 10010 101010 110001

Color Harmonies of #B36849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36849

Black with #B36849

Text Example


Text Example

White with #B36849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36849; }

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

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

background-color css

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

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

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

border-color css

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

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

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