Html Css Color HEX #B36445 Tuscany

📋 copy color: '#B36445'

red 179 ◦ green 100 ◦ blue 69

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

Shades of Tuscany #B36445

Tints of Tuscany #B36445

RGB

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

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

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

R = 51.44%
G = 28.74%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B36445 (or 0xB36445) is known color: Tuscany. HEX triplet: B3, 64 and 45. RGB value is (179,100,69). Sum of RGB (Red+Green+Blue) = 179+100+69=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B36445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36445 is #4C9BBA. Grayscale: #787878. Windows color (decimal): -5020603 or 4547763. OLE color: 4547763.

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

Color convert

RGB 179 100 69 -
CMYK 0 0.44 0.61 0.30
HSL 16.91º 0.44% 0.49% -
HSV(B) 16.91º 0.61% 0.7% -
XYZ 24.22 19.13 8.05 -
YUV 120.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 179 100 69 0 0.44 0.61 0.30 16.91 0.44 0.49
Hex B3 64 45 0 2C 3D 1E 11 2C 31
Octal 263 144 105 0 54 75 36 21 54 61
Binary 10110011 1100100 1000101 0 101100 111101 11110 10001 101100 110001

Color Harmonies of #B36445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36445

Black with #B36445

Text Example


Text Example

White with #B36445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36445; }

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

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

background-color css

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

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

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

border-color css

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

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

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