Html Css Color HEX #B46435 Smoke Tree

📋 copy color: '#B46435'

red 180 ◦ green 100 ◦ blue 53

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

Shades of Smoke Tree #B46435

Tints of Smoke Tree #B46435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.92%

R = 54.05%
G = 30.03%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B46435 (or 0xB46435) is known color: Smoke Tree. HEX triplet: B4, 64 and 35. RGB value is (180,100,53). Sum of RGB (Red+Green+Blue) = 180+100+53=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B46435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46435 is #4B9BCA. Grayscale: #767676. Windows color (decimal): -4955083 or 3499188. OLE color: 3499188.

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

Color convert

RGB 180 100 53 -
CMYK 0 0.44 0.71 0.29
HSL 22.2º 0.55% 0.46% -
HSV(B) 22.2º 0.71% 0.71% -
XYZ 24.02 19.07 5.78 -
YUV 118.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 180 100 53 0 0.44 0.71 0.29 22.2 0.55 0.46
Hex B4 64 35 0 2C 47 1D 16 37 2E
Octal 264 144 65 0 54 107 35 26 67 56
Binary 10110100 1100100 110101 0 101100 1000111 11101 10110 110111 101110

Color Harmonies of #B46435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46435

Black with #B46435

Text Example


Text Example

White with #B46435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46435; }

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

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

background-color css

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

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

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

border-color css

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

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

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