Html Css Color HEX #B16136 Smoke Tree

📋 copy color: '#B16136'

red 177 ◦ green 97 ◦ blue 54

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

Shades of Smoke Tree #B16136

Tints of Smoke Tree #B16136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.46%

R = 53.96%
G = 29.57%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B16136 (or 0xB16136) is known color: Smoke Tree. HEX triplet: B1, 61 and 36. RGB value is (177,97,54). Sum of RGB (Red+Green+Blue) = 177+97+54=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B16136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16136 is #4E9EC9. Grayscale: #747474. Windows color (decimal): -5152458 or 3563953. OLE color: 3563953.

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

Color convert

RGB 177 97 54 -
CMYK 0 0.45 0.69 0.31
HSL 20.98º 0.53% 0.45% -
HSV(B) 20.98º 0.69% 0.69% -
XYZ 23.07 18.16 5.78 -
YUV 116.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 177 97 54 0 0.45 0.69 0.31 20.98 0.53 0.45
Hex B1 61 36 0 2D 45 1F 15 35 2D
Octal 261 141 66 0 55 105 37 25 65 55
Binary 10110001 1100001 110110 0 101101 1000101 11111 10101 110101 101101

Color Harmonies of #B16136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16136

Black with #B16136

Text Example


Text Example

White with #B16136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16136; }

 p { color: rgb(177,97,54); }

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

background-color css

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

 a { background-color: rgb(177,97,54); }

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

border-color css

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

 span { border-color: rgb(177,97,54); }

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