Html Css Color HEX #B16236 Smoke Tree

📋 copy color: '#B16236'

red 177 ◦ green 98 ◦ blue 54

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

Shades of Smoke Tree #B16236

Tints of Smoke Tree #B16236

RGB

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

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

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

R = 53.8%
G = 29.79%
B = 16.41%

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

#B16236 (or 0xB16236) is known color: Smoke Tree. HEX triplet: B1, 62 and 36. RGB value is (177,98,54). Sum of RGB (Red+Green+Blue) = 177+98+54=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B16236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16236 is #4E9DC9. Grayscale: #747474. Windows color (decimal): -5152202 or 3564209. OLE color: 3564209.

HSL color Cylindrical-coordinate representation of color #B16236: hue angle of 21.46º 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 #B16236 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 98 54 -
CMYK 0 0.45 0.69 0.31
HSL 21.46º 0.53% 0.45% -
HSV(B) 21.46º 0.69% 0.69% -
XYZ 23.17 18.35 5.81 -
YUV 116.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 177 98 54 0 0.45 0.69 0.31 21.46 0.53 0.45
Hex B1 62 36 0 2D 45 1F 15 35 2D
Octal 261 142 66 0 55 105 37 25 65 55
Binary 10110001 1100010 110110 0 101101 1000101 11111 10101 110101 101101

Color Harmonies of #B16236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16236

Black with #B16236

Text Example


Text Example

White with #B16236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16236; }

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

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

background-color css

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

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

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

border-color css

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

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

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