Html Css Color HEX #B36744 Tuscany

📋 copy color: '#B36744'

red 179 ◦ green 103 ◦ blue 68

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

Shades of Tuscany #B36744

Tints of Tuscany #B36744

RGB

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

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

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

R = 51.14%
G = 29.43%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B36744 (or 0xB36744) is known color: Tuscany. HEX triplet: B3, 67 and 44. RGB value is (179,103,68). Sum of RGB (Red+Green+Blue) = 179+103+68=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B36744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36744 is #4C98BB. Grayscale: #797979. Windows color (decimal): -5019836 or 4482995. OLE color: 4482995.

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

Color convert

RGB 179 103 68 -
CMYK 0 0.42 0.62 0.30
HSL 18.92º 0.45% 0.48% -
HSV(B) 18.92º 0.62% 0.7% -
XYZ 24.48 19.7 7.98 -
YUV 121.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 179 103 68 0 0.42 0.62 0.30 18.92 0.45 0.48
Hex B3 67 44 0 2A 3E 1E 13 2D 30
Octal 263 147 104 0 52 76 36 23 55 60
Binary 10110011 1100111 1000100 0 101010 111110 11110 10011 101101 110000

Color Harmonies of #B36744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36744

Black with #B36744

Text Example


Text Example

White with #B36744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36744; }

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

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

background-color css

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

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

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

border-color css

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

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

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