Html Css Color HEX #B45B3C Tuscany

📋 copy color: '#B45B3C'

red 180 ◦ green 91 ◦ blue 60

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

Shades of Tuscany #B45B3C

Tints of Tuscany #B45B3C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.49%

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

R = 54.38%
G = 27.49%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B45B3C (or 0xB45B3C) is known color: Tuscany. HEX triplet: B4, 5B and 3C. RGB value is (180,91,60). Sum of RGB (Red+Green+Blue) = 180+91+60=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B3C is #4BA4C3. Grayscale: #727272. Windows color (decimal): -4957380 or 3955636. OLE color: 3955636.

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

Color convert

RGB 180 91 60 -
CMYK 0 0.49 0.67 0.29
HSL 15.5º 0.5% 0.47% -
HSV(B) 15.5º 0.67% 0.71% -
XYZ 23.38 17.51 6.42 -
YUV 114.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 180 91 60 0 0.49 0.67 0.29 15.5 0.5 0.47
Hex B4 5B 3C 0 31 43 1D 10 32 2F
Octal 264 133 74 0 61 103 35 20 62 57
Binary 10110100 1011011 111100 0 110001 1000011 11101 10000 110010 101111

Color Harmonies of #B45B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45B3C

Black with #B45B3C

Text Example


Text Example

White with #B45B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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