#BD5845

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

Shades of Flame Pea #BD5845

Tints of Flame Pea #BD5845

Color information

#BD5845 (or 0xBD5845) is unknown color: approx Flame Pea. HEX triplet: BD, 58 and 45. RGB value is (189,88,69). Sum of RGB (Red+Green+Blue) = 189+88+69=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5845 is #42A7BA. Grayscale: #747474. Windows color (decimal): -4368315 or 4544701. OLE color: 4544701.

HSL color Cylindrical-coordinate representation of color #BD5845: hue angle of 9.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 #BD5845 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1898869-
CMYK00.530.630.26
HSL9.5º47.62%50.59%-
HSV(B)9.5º63.49%74.12%-
XYZ25.5518.237.8-
YUV116.03101.46180.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.62%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 69 (27.34% from 255) = 19.94%
R=54.62%
G=25.43%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189886900.530.630.269.547.6250.59
HexBD58450353F1Aa3033
Octal2751301050657732126063
Binary10111101101100010001010110101111111110101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5845; }

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

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

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

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

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

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

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

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