#BF603F

Color #BF603F Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #BF603F

Tints of Flame Pea #BF603F

Color information

#BF603F (or 0xBF603F) is unknown color: approx Flame Pea. HEX triplet: BF, 60 and 3F. RGB value is (191,96,63). Sum of RGB (Red+Green+Blue) = 191+96+63=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF603F is #409FC0. Grayscale: #787878. Windows color (decimal): -4235201 or 4153535. OLE color: 4153535.

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

Color convert

RGB1919663-
CMYK00.500.670.25
HSL15.47º50.39%49.8%-
HSV(B)15.47º67.02%74.9%-
XYZ26.5719.87.12-
YUV120.6495.47178.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.57%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 63 (25% from 255) = 18%
R=54.57%
G=27.43%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191966300.500.670.2515.4750.3949.8
HexBF603F0324319f3232
Octal2771407706210331176262
Binary10111111110000011111101100101000011110011111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF603F; }

 p { color: rgb(191,96,63); }

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

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

 a { background-color: rgb(191,96,63); }

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

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

 span { border-color: rgb(191,96,63); }

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