#BD6040

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

Shades of Flame Pea #BD6040

Tints of Flame Pea #BD6040

Color information

#BD6040 (or 0xBD6040) is unknown color: approx Flame Pea. HEX triplet: BD, 60 and 40. RGB value is (189,96,64). Sum of RGB (Red+Green+Blue) = 189+96+64=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6040 is #429FBF. Grayscale: #787878. Windows color (decimal): -4366272 or 4219069. OLE color: 4219069.

HSL color Cylindrical-coordinate representation of color #BD6040: hue angle of 15.36º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD6040 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1899664-
CMYK00.490.660.26
HSL15.36º49.41%49.61%-
HSV(B)15.36º66.14%74.12%-
XYZ26.0919.557.25-
YUV120.1696.31177.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.15%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=54.15%
G=27.51%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189966400.490.660.2615.3649.4149.61
HexBD6040031421Af3132
Octal27514010006110232176162
Binary101111011100000100000001100011000010110101111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6040; }

 p { color: rgb(189,96,64); }

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

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

 a { background-color: rgb(189,96,64); }

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

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

 span { border-color: rgb(189,96,64); }

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