Html Css Color HEX #B45C37 Smoke Tree

📋 copy color: '#B45C37'

red 180 ◦ green 92 ◦ blue 55

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

Shades of Smoke Tree #B45C37

Tints of Smoke Tree #B45C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.82%

R = 55.05%
G = 28.13%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B45C37 (or 0xB45C37) is known color: Smoke Tree. HEX triplet: B4, 5C and 37. RGB value is (180,92,55). Sum of RGB (Red+Green+Blue) = 180+92+55=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C37 is #4BA3C8. Grayscale: #727272. Windows color (decimal): -4957129 or 3628212. OLE color: 3628212.

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

Color convert

RGB 180 92 55 -
CMYK 0 0.49 0.69 0.29
HSL 17.76º 0.53% 0.46% -
HSV(B) 17.76º 0.69% 0.71% -
XYZ 23.34 17.63 5.79 -
YUV 114.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 180 92 55 0 0.49 0.69 0.29 17.76 0.53 0.46
Hex B4 5C 37 0 31 45 1D 12 35 2E
Octal 264 134 67 0 61 105 35 22 65 56
Binary 10110100 1011100 110111 0 110001 1000101 11101 10010 110101 101110

Color Harmonies of #B45C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C37

Black with #B45C37

Text Example


Text Example

White with #B45C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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