#BF5A33

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

Shades of Smoke Tree #BF5A33

Tints of Smoke Tree #BF5A33

Color information

#BF5A33 (or 0xBF5A33) is unknown color: approx Smoke Tree. HEX triplet: BF, 5A and 33. RGB value is (191,90,51). Sum of RGB (Red+Green+Blue) = 191+90+51=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A33 is #40A5CC. Grayscale: #747474. Windows color (decimal): -4236749 or 3365567. OLE color: 3365567.

HSL color Cylindrical-coordinate representation of color #BF5A33: hue angle of 16.71º 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 #BF5A33 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1919051-
CMYK00.530.730.25
HSL16.71º57.85%47.45%-
HSV(B)16.71º73.3%74.9%-
XYZ25.7418.635.37-
YUV115.7591.46181.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.53%
GREEN value IS 90 (35.55% from 255) = 27.11%
BLUE value IS 51 (20.31% from 255) = 15.36%
R=57.53%
G=27.11%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191905100.530.730.2516.7157.8547.45
HexBF5A330354919113a2f
Octal2771326306511131217257
Binary101111111011010110011011010110010011100110001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A33; }

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

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

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

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

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

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

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

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