Html Css Color HEX #B36341 Tuscany

📋 copy color: '#B36341'

red 179 ◦ green 99 ◦ blue 65

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

Shades of Tuscany #B36341

Tints of Tuscany #B36341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.86%

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

R = 52.19%
G = 28.86%
B = 18.95%

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

#B36341 (or 0xB36341) is known color: Tuscany. HEX triplet: B3, 63 and 41. RGB value is (179,99,65). Sum of RGB (Red+Green+Blue) = 179+99+65=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B36341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36341 is #4C9CBE. Grayscale: #777777. Windows color (decimal): -5020863 or 4285363. OLE color: 4285363.

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

Color convert

RGB 179 99 65 -
CMYK 0 0.45 0.64 0.30
HSL 17.89º 0.47% 0.48% -
HSV(B) 17.89º 0.64% 0.7% -
XYZ 24.01 18.89 7.38 -
YUV 119.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 179 99 65 0 0.45 0.64 0.30 17.89 0.47 0.48
Hex B3 63 41 0 2D 40 1E 12 2F 30
Octal 263 143 101 0 55 100 36 22 57 60
Binary 10110011 1100011 1000001 0 101101 1000000 11110 10010 101111 110000

Color Harmonies of #B36341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36341

Black with #B36341

Text Example


Text Example

White with #B36341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36341; }

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

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

background-color css

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

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

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

border-color css

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

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

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