Html Css Color HEX #B36241 Tuscany

📋 copy color: '#B36241'

red 179 ◦ green 98 ◦ blue 65

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

Shades of Tuscany #B36241

Tints of Tuscany #B36241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

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

R = 52.34%
G = 28.65%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B36241 (or 0xB36241) is known color: Tuscany. HEX triplet: B3, 62 and 41. RGB value is (179,98,65). Sum of RGB (Red+Green+Blue) = 179+98+65=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B36241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36241 is #4C9DBE. Grayscale: #767676. Windows color (decimal): -5021119 or 4285107. OLE color: 4285107.

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

Color convert

RGB 179 98 65 -
CMYK 0 0.45 0.64 0.30
HSL 17.37º 0.47% 0.48% -
HSV(B) 17.37º 0.64% 0.7% -
XYZ 23.91 18.7 7.35 -
YUV 118.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 179 98 65 0 0.45 0.64 0.30 17.37 0.47 0.48
Hex B3 62 41 0 2D 40 1E 11 2F 30
Octal 263 142 101 0 55 100 36 21 57 60
Binary 10110011 1100010 1000001 0 101101 1000000 11110 10001 101111 110000

Color Harmonies of #B36241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36241

Black with #B36241

Text Example


Text Example

White with #B36241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36241; }

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

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

background-color css

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

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

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

border-color css

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

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

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