Html Css Color HEX #B46232 Smoke Tree

📋 copy color: '#B46232'

red 180 ◦ green 98 ◦ blue 50

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

Shades of Smoke Tree #B46232

Tints of Smoke Tree #B46232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.88%

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 54.88%
G = 29.88%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B46232 (or 0xB46232) is known color: Smoke Tree. HEX triplet: B4, 62 and 32. RGB value is (180,98,50). Sum of RGB (Red+Green+Blue) = 180+98+50=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B46232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46232 is #4B9DCD. Grayscale: #757575. Windows color (decimal): -4955598 or 3302068. OLE color: 3302068.

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

Color convert

RGB 180 98 50 -
CMYK 0 0.46 0.72 0.29
HSL 22.15º 0.57% 0.45% -
HSV(B) 22.15º 0.72% 0.71% -
XYZ 23.77 18.67 5.37 -
YUV 117.05 90.17 172.9 -
System Red Green Blue C M Y K H S L
Decimal 180 98 50 0 0.46 0.72 0.29 22.15 0.57 0.45
Hex B4 62 32 0 2E 48 1D 16 39 2D
Octal 264 142 62 0 56 110 35 26 71 55
Binary 10110100 1100010 110010 0 101110 1001000 11101 10110 111001 101101

Color Harmonies of #B46232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46232

Black with #B46232

Text Example


Text Example

White with #B46232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46232; }

 p { color: rgb(180,98,50); }

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

background-color css

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

 a { background-color: rgb(180,98,50); }

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

border-color css

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

 span { border-color: rgb(180,98,50); }

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