#BF6236

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

Shades of Smoke Tree #BF6236

Tints of Smoke Tree #BF6236

Color information

#BF6236 (or 0xBF6236) is unknown color: approx Smoke Tree. HEX triplet: BF, 62 and 36. RGB value is (191,98,54). Sum of RGB (Red+Green+Blue) = 191+98+54=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6236 is #409DC9. Grayscale: #797979. Windows color (decimal): -4234698 or 3564223. OLE color: 3564223.

HSL color Cylindrical-coordinate representation of color #BF6236: hue angle of 19.27º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF6236 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1919854-
CMYK00.490.720.25
HSL19.27º55.92%48.04%-
HSV(B)19.27º71.73%74.9%-
XYZ26.5220.085.97-
YUV120.7990.31178.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.69%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 54 (21.48% from 255) = 15.74%
R=55.69%
G=28.57%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191985400.490.720.2519.2755.9248.04
HexBF62360314819133830
Octal2771426606111031237060
Binary101111111100010110110011000110010001100110011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6236; }

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

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

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

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

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

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

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

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