Html Css Color HEX #B46436 Smoke Tree

📋 copy color: '#B46436'

red 180 ◦ green 100 ◦ blue 54

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

Shades of Smoke Tree #B46436

Tints of Smoke Tree #B46436

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 54 (21.48% from 255) = 16.17%

R = 53.89%
G = 29.94%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B46436 (or 0xB46436) is known color: Smoke Tree. HEX triplet: B4, 64 and 36. RGB value is (180,100,54). Sum of RGB (Red+Green+Blue) = 180+100+54=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B46436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46436 is #4B9BC9. Grayscale: #767676. Windows color (decimal): -4955082 or 3564724. OLE color: 3564724.

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

Color convert

RGB 180 100 54 -
CMYK 0 0.44 0.7 0.29
HSL 21.9º 0.54% 0.46% -
HSV(B) 21.9º 0.7% 0.71% -
XYZ 24.05 19.08 5.91 -
YUV 118.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 180 100 54 0 0.44 0.7 0.29 21.9 0.54 0.46
Hex B4 64 36 0 2C 46 1D 16 36 2E
Octal 264 144 66 0 54 106 35 26 66 56
Binary 10110100 1100100 110110 0 101100 1000110 11101 10110 110110 101110

Color Harmonies of #B46436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46436

Black with #B46436

Text Example


Text Example

White with #B46436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46436; }

 p { color: rgb(180,100,54); }

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

background-color css

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

 a { background-color: rgb(180,100,54); }

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

border-color css

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

 span { border-color: rgb(180,100,54); }

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