Html Css Color HEX #B36346 Tuscany

📋 copy color: '#B36346'

red 179 ◦ green 99 ◦ blue 70

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

Shades of Tuscany #B36346

Tints of Tuscany #B36346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 51.44%
G = 28.45%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B36346 (or 0xB36346) is known color: Tuscany. HEX triplet: B3, 63 and 46. RGB value is (179,99,70). Sum of RGB (Red+Green+Blue) = 179+99+70=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B36346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36346 is #4C9CB9. Grayscale: #777777. Windows color (decimal): -5020858 or 4613043. OLE color: 4613043.

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

Color convert

RGB 179 99 70 -
CMYK 0 0.45 0.61 0.30
HSL 15.96º 0.44% 0.49% -
HSV(B) 15.96º 0.61% 0.7% -
XYZ 24.16 18.95 8.18 -
YUV 119.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 179 99 70 0 0.45 0.61 0.30 15.96 0.44 0.49
Hex B3 63 46 0 2D 3D 1E 10 2C 31
Octal 263 143 106 0 55 75 36 20 54 61
Binary 10110011 1100011 1000110 0 101101 111101 11110 10000 101100 110001

Color Harmonies of #B36346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36346

Black with #B36346

Text Example


Text Example

White with #B36346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36346; }

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

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

background-color css

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

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

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

border-color css

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

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

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