#BD644F

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

Shades of Flame Pea #BD644F

Tints of Flame Pea #BD644F

Color information

#BD644F (or 0xBD644F) is unknown color: approx Flame Pea. HEX triplet: BD, 64 and 4F. RGB value is (189,100,79). Sum of RGB (Red+Green+Blue) = 189+100+79=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD644F is #429BB0. Grayscale: #7C7C7C. Windows color (decimal): -4365233 or 5203133. OLE color: 5203133.

HSL color Cylindrical-coordinate representation of color #BD644F: hue angle of 11.45º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD644F is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18910079-
CMYK00.470.580.26
HSL11.45º45.45%52.55%-
HSV(B)11.45º58.2%74.12%-
XYZ26.9520.59.93-
YUV124.22102.49174.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=51.36%
G=27.17%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891007900.470.580.2611.4545.4552.55
HexBD644F02F3A1Ab2d35
Octal2751441170577232135565
Binary10111101110010010011110101111111010110101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD644F; }

 p { color: rgb(189,100,79); }

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

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

 a { background-color: rgb(189,100,79); }

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

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

 span { border-color: rgb(189,100,79); }

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