#BD6140

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

Shades of Flame Pea #BD6140

Tints of Flame Pea #BD6140

Color information

#BD6140 (or 0xBD6140) is unknown color: approx Flame Pea. HEX triplet: BD, 61 and 40. RGB value is (189,97,64). Sum of RGB (Red+Green+Blue) = 189+97+64=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6140 is #429EBF. Grayscale: #787878. Windows color (decimal): -4366016 or 4219325. OLE color: 4219325.

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

Color convert

RGB1899764-
CMYK00.490.660.26
HSL15.84º49.41%49.61%-
HSV(B)15.84º66.14%74.12%-
XYZ26.1919.747.28-
YUV120.7595.98176.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 64 (25.39% from 255) = 18.29%
R=54%
G=27.71%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189976400.490.660.2615.8449.4149.61
HexBD6140031421A103132
Octal27514110006110232206162
Binary1011110111000011000000011000110000101101010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6140; }

 p { color: rgb(189,97,64); }

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

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

 a { background-color: rgb(189,97,64); }

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

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

 span { border-color: rgb(189,97,64); }

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