#BD6242

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

Shades of Flame Pea #BD6242

Tints of Flame Pea #BD6242

Color information

#BD6242 (or 0xBD6242) is unknown color: approx Flame Pea. HEX triplet: BD, 62 and 42. RGB value is (189,98,66). Sum of RGB (Red+Green+Blue) = 189+98+66=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6242 is #429DBD. Grayscale: #797979. Windows color (decimal): -4365758 or 4350653. OLE color: 4350653.

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

Color convert

RGB1899866-
CMYK00.480.650.26
HSL15.61º48.24%50%-
HSV(B)15.61º65.08%74.12%-
XYZ26.3419.957.62-
YUV121.5696.65176.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.54%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=53.54%
G=27.76%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189986600.480.650.2615.6148.2450
HexBD6242030411A103032
Octal27514210206010132206062
Binary1011110111000101000010011000010000011101010000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6242; }

 p { color: rgb(189,98,66); }

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

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

 a { background-color: rgb(189,98,66); }

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

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

 span { border-color: rgb(189,98,66); }

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