Html Css Color HEX #B45A3E Tuscany

📋 copy color: '#B45A3E'

red 180 ◦ green 90 ◦ blue 62

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

Shades of Tuscany #B45A3E

Tints of Tuscany #B45A3E

RGB

 RED value IS 180 (70.7% from 255) = 54.22%

 GREEN value IS 90 (35.55% from 255) = 27.11%

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 54.22%
G = 27.11%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B45A3E (or 0xB45A3E) is known color: Tuscany. HEX triplet: B4, 5A and 3E. RGB value is (180,90,62). Sum of RGB (Red+Green+Blue) = 180+90+62=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A3E is #4BA5C1. Grayscale: #717171. Windows color (decimal): -4957634 or 4086452. OLE color: 4086452.

HSL color Cylindrical-coordinate representation of color #B45A3E: hue angle of 14.24º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B45A3E is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 90 62 -
CMYK 0 0.50 0.66 0.29
HSL 14.24º 0.49% 0.47% -
HSV(B) 14.24º 0.66% 0.71% -
XYZ 23.35 17.36 6.68 -
YUV 113.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 180 90 62 0 0.50 0.66 0.29 14.24 0.49 0.47
Hex B4 5A 3E 0 32 42 1D E 31 2F
Octal 264 132 76 0 62 102 35 16 61 57
Binary 10110100 1011010 111110 0 110010 1000010 11101 1110 110001 101111

Color Harmonies of #B45A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A3E

Black with #B45A3E

Text Example


Text Example

White with #B45A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A3E; }

 p { color: rgb(180,90,62); }

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

background-color css

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

 a { background-color: rgb(180,90,62); }

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

border-color css

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

 span { border-color: rgb(180,90,62); }

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