Html Css Color HEX #B45E3C Tuscany

📋 copy color: '#B45E3C'

red 180 ◦ green 94 ◦ blue 60

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

Shades of Tuscany #B45E3C

Tints of Tuscany #B45E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.96%

R = 53.89%
G = 28.14%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B45E3C (or 0xB45E3C) is known color: Tuscany. HEX triplet: B4, 5E and 3C. RGB value is (180,94,60). Sum of RGB (Red+Green+Blue) = 180+94+60=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45E3C is #4BA1C3. Grayscale: #747474. Windows color (decimal): -4956612 or 3956404. OLE color: 3956404.

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

Color convert

RGB 180 94 60 -
CMYK 0 0.48 0.67 0.29
HSL 17º 0.5% 0.47% -
HSV(B) 17º 0.67% 0.71% -
XYZ 23.64 18.03 6.51 -
YUV 115.84 96.49 173.76 -
System Red Green Blue C M Y K H S L
Decimal 180 94 60 0 0.48 0.67 0.29 17 0.5 0.47
Hex B4 5E 3C 0 30 43 1D 11 32 2F
Octal 264 136 74 0 60 103 35 21 62 57
Binary 10110100 1011110 111100 0 110000 1000011 11101 10001 110010 101111

Color Harmonies of #B45E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45E3C

Black with #B45E3C

Text Example


Text Example

White with #B45E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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