Html Css Color HEX #B36945 Tuscany

📋 copy color: '#B36945'

red 179 ◦ green 105 ◦ blue 69

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

Shades of Tuscany #B36945

Tints of Tuscany #B36945

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

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

R = 50.71%
G = 29.75%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B36945 (or 0xB36945) is known color: Tuscany. HEX triplet: B3, 69 and 45. RGB value is (179,105,69). Sum of RGB (Red+Green+Blue) = 179+105+69=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B36945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36945 is #4C96BA. Grayscale: #7B7B7B. Windows color (decimal): -5019323 or 4549043. OLE color: 4549043.

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

Color convert

RGB 179 105 69 -
CMYK 0 0.41 0.61 0.30
HSL 19.64º 0.44% 0.49% -
HSV(B) 19.64º 0.61% 0.7% -
XYZ 24.72 20.12 8.21 -
YUV 123.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 179 105 69 0 0.41 0.61 0.30 19.64 0.44 0.49
Hex B3 69 45 0 29 3D 1E 14 2C 31
Octal 263 151 105 0 51 75 36 24 54 61
Binary 10110011 1101001 1000101 0 101001 111101 11110 10100 101100 110001

Color Harmonies of #B36945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36945

Black with #B36945

Text Example


Text Example

White with #B36945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36945; }

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

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

background-color css

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

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

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

border-color css

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

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

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