#BF6334

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

Shades of Smoke Tree #BF6334

Tints of Smoke Tree #BF6334

Color information

#BF6334 (or 0xBF6334) is unknown color: approx Smoke Tree. HEX triplet: BF, 63 and 34. RGB value is (191,99,52). Sum of RGB (Red+Green+Blue) = 191+99+52=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6334 is #409CCB. Grayscale: #797979. Windows color (decimal): -4234444 or 3433407. OLE color: 3433407.

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

Color convert

RGB1919952-
CMYK00.480.730.25
HSL20.29º57.2%47.65%-
HSV(B)20.29º72.77%74.9%-
XYZ26.5720.255.76-
YUV121.1588.98177.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.85%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 52 (20.70% from 255) = 15.20%
R=55.85%
G=28.95%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191995200.480.730.2520.2957.247.65
HexBF63340304919143930
Octal2771436406011131247160
Binary101111111100011110100011000010010011100110100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6334; }

 p { color: rgb(191,99,52); }

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

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

 a { background-color: rgb(191,99,52); }

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

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

 span { border-color: rgb(191,99,52); }

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