Html Css Color HEX #B46135 Smoke Tree

📋 copy color: '#B46135'

red 180 ◦ green 97 ◦ blue 53

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

Shades of Smoke Tree #B46135

Tints of Smoke Tree #B46135

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

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

R = 54.55%
G = 29.39%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B46135 (or 0xB46135) is known color: Smoke Tree. HEX triplet: B4, 61 and 35. RGB value is (180,97,53). Sum of RGB (Red+Green+Blue) = 180+97+53=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B46135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46135 is #4B9ECA. Grayscale: #757575. Windows color (decimal): -4955851 or 3498420. OLE color: 3498420.

HSL color Cylindrical-coordinate representation of color #B46135: hue angle of 20.79º 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 #B46135 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 97 53 -
CMYK 0 0.46 0.71 0.29
HSL 20.79º 0.55% 0.46% -
HSV(B) 20.79º 0.71% 0.71% -
XYZ 23.74 18.51 5.69 -
YUV 116.8 92 173.08 -
System Red Green Blue C M Y K H S L
Decimal 180 97 53 0 0.46 0.71 0.29 20.79 0.55 0.46
Hex B4 61 35 0 2E 47 1D 15 37 2E
Octal 264 141 65 0 56 107 35 25 67 56
Binary 10110100 1100001 110101 0 101110 1000111 11101 10101 110111 101110

Color Harmonies of #B46135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46135

Black with #B46135

Text Example


Text Example

White with #B46135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46135; }

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

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

background-color css

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

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

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

border-color css

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

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

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