#BF6338

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

Shades of Smoke Tree #BF6338

Tints of Smoke Tree #BF6338

Color information

#BF6338 (or 0xBF6338) is unknown color: approx Smoke Tree. HEX triplet: BF, 63 and 38. RGB value is (191,99,56). Sum of RGB (Red+Green+Blue) = 191+99+56=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6338 is #409CC7. Grayscale: #797979. Windows color (decimal): -4234440 or 3695551. OLE color: 3695551.

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

Color convert

RGB1919956-
CMYK00.480.710.25
HSL19.11º54.66%48.43%-
HSV(B)19.11º70.68%74.9%-
XYZ26.6620.296.25-
YUV121.6190.98177.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 56 (22.27% from 255) = 16.18%
R=55.20%
G=28.61%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191995600.480.710.2519.1154.6648.43
HexBF63380304719133730
Octal2771437006010731236760
Binary101111111100011111000011000010001111100110011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6338; }

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

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

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

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

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

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

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

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