#BD583E

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

Shades of Flame Pea #BD583E

Tints of Flame Pea #BD583E

Color information

#BD583E (or 0xBD583E) is unknown color: approx Flame Pea. HEX triplet: BD, 58 and 3E. RGB value is (189,88,62). Sum of RGB (Red+Green+Blue) = 189+88+62=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD583E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD583E is #42A7C1. Grayscale: #737373. Windows color (decimal): -4368322 or 4085949. OLE color: 4085949.

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

Color convert

RGB1898862-
CMYK00.530.670.26
HSL12.28º50.6%49.22%-
HSV(B)12.28º67.2%74.12%-
XYZ25.3518.156.72-
YUV115.2497.96180.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.75%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 62 (24.61% from 255) = 18.29%
R=55.75%
G=25.96%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189886200.530.670.2612.2850.649.22
HexBD583E035431Ac3331
Octal2751307606510332146361
Binary10111101101100011111001101011000011110101100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD583E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD583E; }

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

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

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

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

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

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

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

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