#BD6043

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

Shades of Flame Pea #BD6043

Tints of Flame Pea #BD6043

Color information

#BD6043 (or 0xBD6043) is unknown color: approx Flame Pea. HEX triplet: BD, 60 and 43. RGB value is (189,96,67). Sum of RGB (Red+Green+Blue) = 189+96+67=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6043 is #429FBC. Grayscale: #787878. Windows color (decimal): -4366269 or 4415677. OLE color: 4415677.

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

Color convert

RGB1899667-
CMYK00.490.650.26
HSL14.26º48.03%50.2%-
HSV(B)14.26º64.55%74.12%-
XYZ26.1819.597.71-
YUV120.597.81176.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 67 (26.56% from 255) = 19.03%
R=53.69%
G=27.27%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189966700.490.650.2614.2648.0350.2
HexBD6043031411Ae3032
Octal27514010306110132166062
Binary101111011100000100001101100011000001110101110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6043; }

 p { color: rgb(189,96,67); }

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

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

 a { background-color: rgb(189,96,67); }

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

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

 span { border-color: rgb(189,96,67); }

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