Html Css Color HEX #B46031 Smoke Tree

📋 copy color: '#B46031'

red 180 ◦ green 96 ◦ blue 49

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

Shades of Smoke Tree #B46031

Tints of Smoke Tree #B46031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 55.38%
G = 29.54%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B46031 (or 0xB46031) is known color: Smoke Tree. HEX triplet: B4, 60 and 31. RGB value is (180,96,49). Sum of RGB (Red+Green+Blue) = 180+96+49=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B46031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46031 is #4B9FCE. Grayscale: #747474. Windows color (decimal): -4956111 or 3236020. OLE color: 3236020.

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

Color convert

RGB 180 96 49 -
CMYK 0 0.47 0.73 0.29
HSL 21.53º 0.57% 0.45% -
HSV(B) 21.53º 0.73% 0.71% -
XYZ 23.56 18.29 5.19 -
YUV 115.76 90.33 173.82 -
System Red Green Blue C M Y K H S L
Decimal 180 96 49 0 0.47 0.73 0.29 21.53 0.57 0.45
Hex B4 60 31 0 2F 49 1D 16 39 2D
Octal 264 140 61 0 57 111 35 26 71 55
Binary 10110100 1100000 110001 0 101111 1001001 11101 10110 111001 101101

Color Harmonies of #B46031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46031

Black with #B46031

Text Example


Text Example

White with #B46031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46031; }

 p { color: rgb(180,96,49); }

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

background-color css

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

 a { background-color: rgb(180,96,49); }

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

border-color css

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

 span { border-color: rgb(180,96,49); }

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