#BF6131

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

Shades of Smoke Tree #BF6131

Tints of Smoke Tree #BF6131

Color information

#BF6131 (or 0xBF6131) is unknown color: approx Smoke Tree. HEX triplet: BF, 61 and 31. RGB value is (191,97,49). Sum of RGB (Red+Green+Blue) = 191+97+49=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6131 is #409ECE. Grayscale: #777777. Windows color (decimal): -4234959 or 3236287. OLE color: 3236287.

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

Color convert

RGB1919749-
CMYK00.490.740.25
HSL20.28º59.17%47.06%-
HSV(B)20.28º74.35%74.9%-
XYZ26.3119.855.35-
YUV119.6388.14178.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=56.68%
G=28.78%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191974900.490.740.2520.2859.1747.06
HexBF61310314A19143b2f
Octal2771416106111231247357
Binary101111111100001110001011000110010101100110100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6131; }

 p { color: rgb(191,97,49); }

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

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

 a { background-color: rgb(191,97,49); }

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

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

 span { border-color: rgb(191,97,49); }

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