Html Css Color HEX #B16038 Smoke Tree

📋 copy color: '#B16038'

red 177 ◦ green 96 ◦ blue 56

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

Shades of Smoke Tree #B16038

Tints of Smoke Tree #B16038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

 BLUE value IS 56 (22.27% from 255) = 17.02%

R = 53.8%
G = 29.18%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B16038 (or 0xB16038) is known color: Smoke Tree. HEX triplet: B1, 60 and 38. RGB value is (177,96,56). Sum of RGB (Red+Green+Blue) = 177+96+56=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B16038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16038 is #4E9FC7. Grayscale: #737373. Windows color (decimal): -5152712 or 3694769. OLE color: 3694769.

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

Color convert

RGB 177 96 56 -
CMYK 0 0.46 0.68 0.31
HSL 19.83º 0.52% 0.46% -
HSV(B) 19.83º 0.68% 0.69% -
XYZ 23.03 18 6 -
YUV 115.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 177 96 56 0 0.46 0.68 0.31 19.83 0.52 0.46
Hex B1 60 38 0 2E 44 1F 14 34 2E
Octal 261 140 70 0 56 104 37 24 64 56
Binary 10110001 1100000 111000 0 101110 1000100 11111 10100 110100 101110

Color Harmonies of #B16038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16038

Black with #B16038

Text Example


Text Example

White with #B16038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16038; }

 p { color: rgb(177,96,56); }

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

background-color css

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

 a { background-color: rgb(177,96,56); }

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

border-color css

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

 span { border-color: rgb(177,96,56); }

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