Html Css Color HEX #B45D3A Smoke Tree

📋 copy color: '#B45D3A'

red 180 ◦ green 93 ◦ blue 58

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

Shades of Smoke Tree #B45D3A

Tints of Smoke Tree #B45D3A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 54.38%
G = 28.1%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B45D3A (or 0xB45D3A) is known color: Smoke Tree. HEX triplet: B4, 5D and 3A. RGB value is (180,93,58). Sum of RGB (Red+Green+Blue) = 180+93+58=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D3A is #4BA2C5. Grayscale: #737373. Windows color (decimal): -4956870 or 3825076. OLE color: 3825076.

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

Color convert

RGB 180 93 58 -
CMYK 0 0.48 0.68 0.29
HSL 17.21º 0.51% 0.47% -
HSV(B) 17.21º 0.68% 0.71% -
XYZ 23.5 17.84 6.21 -
YUV 115.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 180 93 58 0 0.48 0.68 0.29 17.21 0.51 0.47
Hex B4 5D 3A 0 30 44 1D 11 33 2F
Octal 264 135 72 0 60 104 35 21 63 57
Binary 10110100 1011101 111010 0 110000 1000100 11101 10001 110011 101111

Color Harmonies of #B45D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D3A

Black with #B45D3A

Text Example


Text Example

White with #B45D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D3A; }

 p { color: rgb(180,93,58); }

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

background-color css

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

 a { background-color: rgb(180,93,58); }

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

border-color css

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

 span { border-color: rgb(180,93,58); }

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