#BD5F40

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

Shades of Flame Pea #BD5F40

Tints of Flame Pea #BD5F40

Color information

#BD5F40 (or 0xBD5F40) is unknown color: approx Flame Pea. HEX triplet: BD, 5F and 40. RGB value is (189,95,64). Sum of RGB (Red+Green+Blue) = 189+95+64=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5F40 is #42A0BF. Grayscale: #777777. Windows color (decimal): -4366528 or 4218813. OLE color: 4218813.

HSL color Cylindrical-coordinate representation of color #BD5F40: hue angle of 14.88º 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 #BD5F40 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1899564-
CMYK00.500.660.26
HSL14.88º49.41%49.61%-
HSV(B)14.88º66.14%74.12%-
XYZ2619.377.22-
YUV119.5796.64177.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=54.31%
G=27.30%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189956400.500.660.2614.8849.4149.61
HexBD5F40032421Af3132
Octal27513710006210232176162
Binary101111011011111100000001100101000010110101111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5F40; }

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

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

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

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

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

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

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

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