Html Css Color HEX #B36642 Tuscany

📋 copy color: '#B36642'

red 179 ◦ green 102 ◦ blue 66

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

Shades of Tuscany #B36642

Tints of Tuscany #B36642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 51.59%
G = 29.39%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B36642 (or 0xB36642) is known color: Tuscany. HEX triplet: B3, 66 and 42. RGB value is (179,102,66). Sum of RGB (Red+Green+Blue) = 179+102+66=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B36642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36642 is #4C99BD. Grayscale: #797979. Windows color (decimal): -5020094 or 4351667. OLE color: 4351667.

HSL color Cylindrical-coordinate representation of color #B36642: hue angle of 19.12º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B36642 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 102 66 -
CMYK 0 0.43 0.63 0.30
HSL 19.12º 0.46% 0.48% -
HSV(B) 19.12º 0.63% 0.7% -
XYZ 24.33 19.48 7.63 -
YUV 120.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 179 102 66 0 0.43 0.63 0.30 19.12 0.46 0.48
Hex B3 66 42 0 2B 3F 1E 13 2E 30
Octal 263 146 102 0 53 77 36 23 56 60
Binary 10110011 1100110 1000010 0 101011 111111 11110 10011 101110 110000

Color Harmonies of #B36642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36642

Black with #B36642

Text Example


Text Example

White with #B36642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36642; }

 p { color: rgb(179,102,66); }

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

background-color css

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

 a { background-color: rgb(179,102,66); }

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

border-color css

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

 span { border-color: rgb(179,102,66); }

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