#B25E38

Color #B25E38 Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #B25E38

Tints of Smoke Tree #B25E38

Color information

#B25E38 (or 0xB25E38) is unknown color: approx Smoke Tree. HEX triplet: B2, 5E and 38. RGB value is (178,94,56). Sum of RGB (Red+Green+Blue) = 178+94+56=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E38 is #4DA1C7. Grayscale: #737373. Windows color (decimal): -5087688 or 3694258. OLE color: 3694258.

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

Color convert

RGB1789456-
CMYK00.470.690.30
HSL18.69º52.14%45.88%-
HSV(B)18.69º68.54%69.8%-
XYZ23.0817.765.95-
YUV114.7894.83173.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 56 (22.27% from 255) = 17.07%
R=54.27%
G=28.66%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178945600.470.690.3018.6952.1445.88
HexB25E3802F451E13342e
Octal2621367005710536236456
Binary101100101011110111000010111110001011111010011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E38; }

 p { color: rgb(178,94,56); }

 H1.HeaderClassName
 {
   color: #B25E38;
 }
 .AnyTagClassName
 {
   color: #B25E38;
 }
</style>
background-color css

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

 a { background-color: rgb(178,94,56); }

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

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

 span { border-color: rgb(178,94,56); }

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