Html Css Color HEX #B45C43 Tuscany

📋 copy color: '#B45C43'

red 180 ◦ green 92 ◦ blue 67

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

Shades of Tuscany #B45C43

Tints of Tuscany #B45C43

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

 BLUE value IS 67 (26.56% from 255) = 19.76%

R = 53.1%
G = 27.14%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B45C43 (or 0xB45C43) is known color: Tuscany. HEX triplet: B4, 5C and 43. RGB value is (180,92,67). Sum of RGB (Red+Green+Blue) = 180+92+67=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C43 is #4BA3BC. Grayscale: #737373. Windows color (decimal): -4957117 or 4414644. OLE color: 4414644.

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

Color convert

RGB 180 92 67 -
CMYK 0 0.49 0.63 0.29
HSL 13.27º 0.46% 0.48% -
HSV(B) 13.27º 0.63% 0.71% -
XYZ 23.66 17.76 7.49 -
YUV 115.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 180 92 67 0 0.49 0.63 0.29 13.27 0.46 0.48
Hex B4 5C 43 0 31 3F 1D D 2E 30
Octal 264 134 103 0 61 77 35 15 56 60
Binary 10110100 1011100 1000011 0 110001 111111 11101 1101 101110 110000

Color Harmonies of #B45C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C43

Black with #B45C43

Text Example


Text Example

White with #B45C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C43; }

 p { color: rgb(180,92,67); }

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

background-color css

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

 a { background-color: rgb(180,92,67); }

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

border-color css

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

 span { border-color: rgb(180,92,67); }

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