Html Css Color HEX #B16435 Smoke Tree

📋 copy color: '#B16435'

red 177 ◦ green 100 ◦ blue 53

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

Shades of Smoke Tree #B16435

Tints of Smoke Tree #B16435

RGB

 RED value IS 177 (69.53% from 255) = 53.64%

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

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

R = 53.64%
G = 30.3%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B16435 (or 0xB16435) is known color: Smoke Tree. HEX triplet: B1, 64 and 35. RGB value is (177,100,53). Sum of RGB (Red+Green+Blue) = 177+100+53=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B16435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16435 is #4E9BCA. Grayscale: #757575. Windows color (decimal): -5151691 or 3499185. OLE color: 3499185.

HSL color Cylindrical-coordinate representation of color #B16435: hue angle of 22.74º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B16435 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 100 53 -
CMYK 0 0.44 0.70 0.31
HSL 22.74º 0.54% 0.45% -
HSV(B) 22.74º 0.7% 0.69% -
XYZ 23.33 18.72 5.75 -
YUV 117.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 177 100 53 0 0.44 0.70 0.31 22.74 0.54 0.45
Hex B1 64 35 0 2C 46 1F 17 36 2D
Octal 261 144 65 0 54 106 37 27 66 55
Binary 10110001 1100100 110101 0 101100 1000110 11111 10111 110110 101101

Color Harmonies of #B16435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16435

Black with #B16435

Text Example


Text Example

White with #B16435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16435; }

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

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

background-color css

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

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

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

border-color css

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

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

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