Html Css Color HEX #B45C3E Tuscany

📋 copy color: '#B45C3E'

red 180 ◦ green 92 ◦ blue 62

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

Shades of Tuscany #B45C3E

Tints of Tuscany #B45C3E

RGB

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

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

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

R = 53.89%
G = 27.54%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B45C3E (or 0xB45C3E) is known color: Tuscany. HEX triplet: B4, 5C and 3E. RGB value is (180,92,62). Sum of RGB (Red+Green+Blue) = 180+92+62=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C3E is #4BA3C1. Grayscale: #737373. Windows color (decimal): -4957122 or 4086964. OLE color: 4086964.

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

Color convert

RGB 180 92 62 -
CMYK 0 0.49 0.66 0.29
HSL 15.25º 0.49% 0.47% -
HSV(B) 15.25º 0.66% 0.71% -
XYZ 23.52 17.71 6.74 -
YUV 114.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 180 92 62 0 0.49 0.66 0.29 15.25 0.49 0.47
Hex B4 5C 3E 0 31 42 1D F 31 2F
Octal 264 134 76 0 61 102 35 17 61 57
Binary 10110100 1011100 111110 0 110001 1000010 11101 1111 110001 101111

Color Harmonies of #B45C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C3E

Black with #B45C3E

Text Example


Text Example

White with #B45C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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