Html Css Color HEX #B36044 Tuscany

📋 copy color: '#B36044'

red 179 ◦ green 96 ◦ blue 68

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

Shades of Tuscany #B36044

Tints of Tuscany #B36044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.99%

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

R = 52.19%
G = 27.99%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B36044 (or 0xB36044) is known color: Tuscany. HEX triplet: B3, 60 and 44. RGB value is (179,96,68). Sum of RGB (Red+Green+Blue) = 179+96+68=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B36044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36044 is #4C9FBB. Grayscale: #757575. Windows color (decimal): -5021628 or 4481203. OLE color: 4481203.

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

Color convert

RGB 179 96 68 -
CMYK 0 0.46 0.62 0.30
HSL 15.14º 0.45% 0.48% -
HSV(B) 15.14º 0.62% 0.7% -
XYZ 23.82 18.37 7.76 -
YUV 117.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 179 96 68 0 0.46 0.62 0.30 15.14 0.45 0.48
Hex B3 60 44 0 2E 3E 1E F 2D 30
Octal 263 140 104 0 56 76 36 17 55 60
Binary 10110011 1100000 1000100 0 101110 111110 11110 1111 101101 110000

Color Harmonies of #B36044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36044

Black with #B36044

Text Example


Text Example

White with #B36044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36044; }

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

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

background-color css

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

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

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

border-color css

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

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

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