#BD6849

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

Shades of Flame Pea #BD6849

Tints of Flame Pea #BD6849

Color information

#BD6849 (or 0xBD6849) is unknown color: approx Flame Pea. HEX triplet: BD, 68 and 49. RGB value is (189,104,73). Sum of RGB (Red+Green+Blue) = 189+104+73=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6849 is #4297B6. Grayscale: #7E7E7E. Windows color (decimal): -4364215 or 4810941. OLE color: 4810941.

HSL color Cylindrical-coordinate representation of color #BD6849: hue angle of 16.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD6849 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB18910473-
CMYK00.450.610.26
HSL16.03º46.77%51.37%-
HSV(B)16.03º61.38%74.12%-
XYZ27.1421.28.97-
YUV125.8898.16173.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.64%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 73 (28.91% from 255) = 19.95%
R=51.64%
G=28.42%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891047300.450.610.2616.0346.7751.37
HexBD684902D3D1A102f33
Octal2751501110557532205763
Binary101111011101000100100101011011111011101010000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6849; }

 p { color: rgb(189,104,73); }

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

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

 a { background-color: rgb(189,104,73); }

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

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

 span { border-color: rgb(189,104,73); }

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