#B25F37

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

Shades of Smoke Tree #B25F37

Tints of Smoke Tree #B25F37

Color information

#B25F37 (or 0xB25F37) is unknown color: approx Smoke Tree. HEX triplet: B2, 5F and 37. RGB value is (178,95,55). Sum of RGB (Red+Green+Blue) = 178+95+55=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25F37 is #4DA0C8. Grayscale: #737373. Windows color (decimal): -5087433 or 3628978. OLE color: 3628978.

HSL color Cylindrical-coordinate representation of color #B25F37: hue angle of 19.51º degrees, saturation: 0.53, 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 #B25F37 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB1789555-
CMYK00.470.690.30
HSL19.51º52.79%45.69%-
HSV(B)19.51º69.1%69.8%-
XYZ23.1417.935.85-
YUV115.2694172.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 55 (21.88% from 255) = 16.77%
R=54.27%
G=28.96%
B=16.77%

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
Decimal178955500.470.690.3019.5152.7945.69
HexB25F3702F451E14352e
Octal2621376705710536246556
Binary101100101011111110111010111110001011111010100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25F37; }

 p { color: rgb(178,95,55); }

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

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

 a { background-color: rgb(178,95,55); }

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

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

 span { border-color: rgb(178,95,55); }

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