Html Css Color HEX #B36440 Tuscany

📋 copy color: '#B36440'

red 179 ◦ green 100 ◦ blue 64

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

Shades of Tuscany #B36440

Tints of Tuscany #B36440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.66%

R = 52.19%
G = 29.15%
B = 18.66%

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

#B36440 (or 0xB36440) is known color: Tuscany. HEX triplet: B3, 64 and 40. RGB value is (179,100,64). Sum of RGB (Red+Green+Blue) = 179+100+64=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B36440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36440 is #4C9BBF. Grayscale: #777777. Windows color (decimal): -5020608 or 4220083. OLE color: 4220083.

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

Color convert

RGB 179 100 64 -
CMYK 0 0.44 0.64 0.30
HSL 18.78º 0.47% 0.48% -
HSV(B) 18.78º 0.64% 0.7% -
XYZ 24.07 19.07 7.26 -
YUV 119.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 179 100 64 0 0.44 0.64 0.30 18.78 0.47 0.48
Hex B3 64 40 0 2C 40 1E 13 2F 30
Octal 263 144 100 0 54 100 36 23 57 60
Binary 10110011 1100100 1000000 0 101100 1000000 11110 10011 101111 110000

Color Harmonies of #B36440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36440

Black with #B36440

Text Example


Text Example

White with #B36440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36440; }

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

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

background-color css

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

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

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

border-color css

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

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

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