#BF5C3A

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

Shades of Smoke Tree #BF5C3A

Tints of Smoke Tree #BF5C3A

Color information

#BF5C3A (or 0xBF5C3A) is unknown color: approx Smoke Tree. HEX triplet: BF, 5C and 3A. RGB value is (191,92,58). Sum of RGB (Red+Green+Blue) = 191+92+58=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C3A is #40A3C5. Grayscale: #757575. Windows color (decimal): -4236230 or 3824831. OLE color: 3824831.

HSL color Cylindrical-coordinate representation of color #BF5C3A: hue angle of 15.34º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF5C3A is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1919258-
CMYK00.520.700.25
HSL15.34º53.41%48.82%-
HSV(B)15.34º69.63%74.9%-
XYZ26.0819.046.3-
YUV117.7294.3180.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.01%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 58 (23.05% from 255) = 17.01%
R=56.01%
G=26.98%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191925800.520.700.2515.3453.4148.82
HexBF5C3A0344619f3531
Octal2771347206410631176561
Binary10111111101110011101001101001000110110011111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5C3A; }

 p { color: rgb(191,92,58); }

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

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

 a { background-color: rgb(191,92,58); }

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

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

 span { border-color: rgb(191,92,58); }

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