Html Css Color HEX #B16335 Smoke Tree

📋 copy color: '#B16335'

red 177 ◦ green 99 ◦ blue 53

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

Shades of Smoke Tree #B16335

Tints of Smoke Tree #B16335

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

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

R = 53.8%
G = 30.09%
B = 16.11%

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

#B16335 (or 0xB16335) is known color: Smoke Tree. HEX triplet: B1, 63 and 35. RGB value is (177,99,53). Sum of RGB (Red+Green+Blue) = 177+99+53=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B16335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16335 is #4E9CCA. Grayscale: #757575. Windows color (decimal): -5151947 or 3498929. OLE color: 3498929.

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

Color convert

RGB 177 99 53 -
CMYK 0 0.44 0.70 0.31
HSL 22.26º 0.54% 0.45% -
HSV(B) 22.26º 0.7% 0.69% -
XYZ 23.24 18.53 5.72 -
YUV 117.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 177 99 53 0 0.44 0.70 0.31 22.26 0.54 0.45
Hex B1 63 35 0 2C 46 1F 16 36 2D
Octal 261 143 65 0 54 106 37 26 66 55
Binary 10110001 1100011 110101 0 101100 1000110 11111 10110 110110 101101

Color Harmonies of #B16335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16335

Black with #B16335

Text Example


Text Example

White with #B16335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16335; }

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

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

background-color css

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

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

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

border-color css

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

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

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