#BD6144

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

Shades of Flame Pea #BD6144

Tints of Flame Pea #BD6144

Color information

#BD6144 (or 0xBD6144) is unknown color: approx Flame Pea. HEX triplet: BD, 61 and 44. RGB value is (189,97,68). Sum of RGB (Red+Green+Blue) = 189+97+68=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6144 is #429EBB. Grayscale: #797979. Windows color (decimal): -4366012 or 4481469. OLE color: 4481469.

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

Color convert

RGB1899768-
CMYK00.490.640.26
HSL14.38º47.83%50.39%-
HSV(B)14.38º64.02%74.12%-
XYZ26.319.797.9-
YUV121.297.98176.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.39%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 68 (26.95% from 255) = 19.21%
R=53.39%
G=27.40%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189976800.490.640.2614.3847.8350.39
HexBD6144031401Ae3032
Octal27514110406110032166062
Binary101111011100001100010001100011000000110101110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6144; }

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

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

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

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

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

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

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

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