Html Css Color HEX #B45F3C Tuscany

📋 copy color: '#B45F3C'

red 180 ◦ green 95 ◦ blue 60

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

Shades of Tuscany #B45F3C

Tints of Tuscany #B45F3C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

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

R = 53.73%
G = 28.36%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B45F3C (or 0xB45F3C) is known color: Tuscany. HEX triplet: B4, 5F and 3C. RGB value is (180,95,60). Sum of RGB (Red+Green+Blue) = 180+95+60=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45F3C is #4BA0C3. Grayscale: #747474. Windows color (decimal): -4956356 or 3956660. OLE color: 3956660.

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

Color convert

RGB 180 95 60 -
CMYK 0 0.47 0.67 0.29
HSL 17.5º 0.5% 0.47% -
HSV(B) 17.5º 0.67% 0.71% -
XYZ 23.73 18.21 6.54 -
YUV 116.43 96.16 173.35 -
System Red Green Blue C M Y K H S L
Decimal 180 95 60 0 0.47 0.67 0.29 17.5 0.5 0.47
Hex B4 5F 3C 0 2F 43 1D 12 32 2F
Octal 264 137 74 0 57 103 35 22 62 57
Binary 10110100 1011111 111100 0 101111 1000011 11101 10010 110010 101111

Color Harmonies of #B45F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45F3C

Black with #B45F3C

Text Example


Text Example

White with #B45F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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