Html Css Color HEX #B36544 Tuscany

📋 copy color: '#B36544'

red 179 ◦ green 101 ◦ blue 68

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

Shades of Tuscany #B36544

Tints of Tuscany #B36544

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

 BLUE value IS 68 (26.95% from 255) = 19.54%

R = 51.44%
G = 29.02%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B36544 (or 0xB36544) is known color: Tuscany. HEX triplet: B3, 65 and 44. RGB value is (179,101,68). Sum of RGB (Red+Green+Blue) = 179+101+68=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B36544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36544 is #4C9ABB. Grayscale: #787878. Windows color (decimal): -5020348 or 4482483. OLE color: 4482483.

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

Color convert

RGB 179 101 68 -
CMYK 0 0.44 0.62 0.30
HSL 17.84º 0.45% 0.48% -
HSV(B) 17.84º 0.62% 0.7% -
XYZ 24.29 19.31 7.92 -
YUV 120.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 179 101 68 0 0.44 0.62 0.30 17.84 0.45 0.48
Hex B3 65 44 0 2C 3E 1E 12 2D 30
Octal 263 145 104 0 54 76 36 22 55 60
Binary 10110011 1100101 1000100 0 101100 111110 11110 10010 101101 110000

Color Harmonies of #B36544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36544

Black with #B36544

Text Example


Text Example

White with #B36544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36544; }

 p { color: rgb(179,101,68); }

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

background-color css

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

 a { background-color: rgb(179,101,68); }

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

border-color css

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

 span { border-color: rgb(179,101,68); }

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