Html Css Color HEX #B36245 Tuscany

📋 copy color: '#B36245'

red 179 ◦ green 98 ◦ blue 69

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

Shades of Tuscany #B36245

Tints of Tuscany #B36245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 51.73%
G = 28.32%
B = 19.94%

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

#B36245 (or 0xB36245) is known color: Tuscany. HEX triplet: B3, 62 and 45. RGB value is (179,98,69). Sum of RGB (Red+Green+Blue) = 179+98+69=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B36245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36245 is #4C9DBA. Grayscale: #777777. Windows color (decimal): -5021115 or 4547251. OLE color: 4547251.

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

Color convert

RGB 179 98 69 -
CMYK 0 0.45 0.61 0.30
HSL 15.82º 0.44% 0.49% -
HSV(B) 15.82º 0.61% 0.7% -
XYZ 24.03 18.75 7.98 -
YUV 118.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 179 98 69 0 0.45 0.61 0.30 15.82 0.44 0.49
Hex B3 62 45 0 2D 3D 1E 10 2C 31
Octal 263 142 105 0 55 75 36 20 54 61
Binary 10110011 1100010 1000101 0 101101 111101 11110 10000 101100 110001

Color Harmonies of #B36245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36245

Black with #B36245

Text Example


Text Example

White with #B36245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36245; }

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

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

background-color css

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

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

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

border-color css

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

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

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