#BD624F

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

Shades of Flame Pea #BD624F

Tints of Flame Pea #BD624F

Color information

#BD624F (or 0xBD624F) is unknown color: approx Flame Pea. HEX triplet: BD, 62 and 4F. RGB value is (189,98,79). Sum of RGB (Red+Green+Blue) = 189+98+79=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD624F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD624F is #429DB0. Grayscale: #7B7B7B. Windows color (decimal): -4365745 or 5202621. OLE color: 5202621.

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

Color convert

RGB1899879-
CMYK00.480.580.26
HSL10.36º45.45%52.55%-
HSV(B)10.36º58.2%74.12%-
XYZ26.7720.129.87-
YUV123.04103.15175.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.64%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 79 (31.25% from 255) = 21.58%
R=51.64%
G=26.78%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189987900.480.580.2610.3645.4552.55
HexBD624F0303A1Aa2d35
Octal2751421170607232125565
Binary10111101110001010011110110000111010110101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD624F; }

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

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

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

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

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

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

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

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