#BD6444

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

Shades of Flame Pea #BD6444

Tints of Flame Pea #BD6444

Color information

#BD6444 (or 0xBD6444) is unknown color: approx Flame Pea. HEX triplet: BD, 64 and 44. RGB value is (189,100,68). Sum of RGB (Red+Green+Blue) = 189+100+68=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6444 is #429BBB. Grayscale: #7B7B7B. Windows color (decimal): -4365244 or 4482237. OLE color: 4482237.

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

Color convert

RGB18910068-
CMYK00.470.640.26
HSL15.87º47.83%50.39%-
HSV(B)15.87º64.02%74.12%-
XYZ26.5920.358-
YUV122.9696.99175.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.94%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 68 (26.95% from 255) = 19.05%
R=52.94%
G=28.01%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891006800.470.640.2615.8747.8350.39
HexBD644402F401A103032
Octal27514410405710032206062
Binary1011110111001001000100010111110000001101010000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6444; }

 p { color: rgb(189,100,68); }

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

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

 a { background-color: rgb(189,100,68); }

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

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

 span { border-color: rgb(189,100,68); }

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