Html Css Color HEX #B45E3E Tuscany

📋 copy color: '#B45E3E'

red 180 ◦ green 94 ◦ blue 62

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

Shades of Tuscany #B45E3E

Tints of Tuscany #B45E3E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.98%

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

R = 53.57%
G = 27.98%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B45E3E (or 0xB45E3E) is known color: Tuscany. HEX triplet: B4, 5E and 3E. RGB value is (180,94,62). Sum of RGB (Red+Green+Blue) = 180+94+62=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45E3E is #4BA1C1. Grayscale: #747474. Windows color (decimal): -4956610 or 4087476. OLE color: 4087476.

HSL color Cylindrical-coordinate representation of color #B45E3E: hue angle of 16.27º 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 #B45E3E is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 94 62 -
CMYK 0 0.48 0.66 0.29
HSL 16.27º 0.49% 0.47% -
HSV(B) 16.27º 0.66% 0.71% -
XYZ 23.69 18.06 6.79 -
YUV 116.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 180 94 62 0 0.48 0.66 0.29 16.27 0.49 0.47
Hex B4 5E 3E 0 30 42 1D 10 31 2F
Octal 264 136 76 0 60 102 35 20 61 57
Binary 10110100 1011110 111110 0 110000 1000010 11101 10000 110001 101111

Color Harmonies of #B45E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45E3E

Black with #B45E3E

Text Example


Text Example

White with #B45E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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