Html Css Color HEX #B36441 Tuscany

📋 copy color: '#B36441'

red 179 ◦ green 100 ◦ blue 65

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

Shades of Tuscany #B36441

Tints of Tuscany #B36441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

 BLUE value IS 65 (25.78% from 255) = 18.9%

R = 52.03%
G = 29.07%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B36441 (or 0xB36441) is known color: Tuscany. HEX triplet: B3, 64 and 41. RGB value is (179,100,65). Sum of RGB (Red+Green+Blue) = 179+100+65=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B36441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36441 is #4C9BBE. Grayscale: #777777. Windows color (decimal): -5020607 or 4285619. OLE color: 4285619.

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

Color convert

RGB 179 100 65 -
CMYK 0 0.44 0.64 0.30
HSL 18.42º 0.47% 0.48% -
HSV(B) 18.42º 0.64% 0.7% -
XYZ 24.1 19.08 7.41 -
YUV 119.63 97.17 170.35 -
System Red Green Blue C M Y K H S L
Decimal 179 100 65 0 0.44 0.64 0.30 18.42 0.47 0.48
Hex B3 64 41 0 2C 40 1E 12 2F 30
Octal 263 144 101 0 54 100 36 22 57 60
Binary 10110011 1100100 1000001 0 101100 1000000 11110 10010 101111 110000

Color Harmonies of #B36441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36441

Black with #B36441

Text Example


Text Example

White with #B36441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36441; }

 p { color: rgb(179,100,65); }

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

background-color css

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

 a { background-color: rgb(179,100,65); }

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

border-color css

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

 span { border-color: rgb(179,100,65); }

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