#bf5733

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

Shades of Smoke Tree #BF5733

Tints of Smoke Tree #BF5733

Color information

#BF5733 (or 0xBF5733) is unknown color: approx Smoke Tree. HEX triplet: BF, 57 and 33. RGB value is (191,87,51). Sum of RGB (Red+Green+Blue) = 191+87+51=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5733 is #40A8CC. Grayscale: #727272. Windows color (decimal): -4237517 or 3364799. OLE color: 3364799.

HSL color Cylindrical-coordinate representation of color #BF5733: hue angle of 15.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF5733 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1918751-
CMYK00.540.730.25
HSL15.43º57.85%47.45%-
HSV(B)15.43º73.3%74.9%-
XYZ25.4918.135.29-
YUV113.9992.46182.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.05%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 51 (20.31% from 255) = 15.50%
R=58.05%
G=26.44%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191875100.540.730.2515.4357.8547.45
HexBF57330364919f3a2f
Octal2771276306611131177257
Binary10111111101011111001101101101001001110011111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5733; }

 p { color: rgb(191,87,51); }

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

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

 a { background-color: rgb(191,87,51); }

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

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

 span { border-color: rgb(191,87,51); }

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