#BD6845

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

Shades of Flame Pea #BD6845

Tints of Flame Pea #BD6845

Color information

#BD6845 (or 0xBD6845) is unknown color: approx Flame Pea. HEX triplet: BD, 68 and 45. RGB value is (189,104,69). Sum of RGB (Red+Green+Blue) = 189+104+69=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6845 is #4297BA. Grayscale: #7D7D7D. Windows color (decimal): -4364219 or 4548797. OLE color: 4548797.

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

Color convert

RGB18910469-
CMYK00.450.630.26
HSL17.5º47.62%50.59%-
HSV(B)17.5º63.49%74.12%-
XYZ27.0121.158.29-
YUV125.4296.16173.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.21%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 69 (27.34% from 255) = 19.06%
R=52.21%
G=28.73%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891046900.450.630.2617.547.6250.59
HexBD684502D3F1A123033
Octal2751501050557732226063
Binary101111011101000100010101011011111111101010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6845; }

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

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

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

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

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

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

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

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