#BD624E

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

Shades of Flame Pea #BD624E

Tints of Flame Pea #BD624E

Color information

#BD624E (or 0xBD624E) is unknown color: approx Flame Pea. HEX triplet: BD, 62 and 4E. RGB value is (189,98,78). Sum of RGB (Red+Green+Blue) = 189+98+78=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD624E is #429DB1. Grayscale: #7B7B7B. Windows color (decimal): -4365746 or 5137085. OLE color: 5137085.

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

Color convert

RGB1899878-
CMYK00.480.590.26
HSL10.81º45.68%52.35%-
HSV(B)10.81º58.73%74.12%-
XYZ26.7320.19.68-
YUV122.93102.65175.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.78%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=51.78%
G=26.85%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189987800.480.590.2610.8145.6852.35
HexBD624E0303B1Ab2e34
Octal2751421160607332135664
Binary10111101110001010011100110000111011110101011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD624E; }

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

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

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

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

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

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

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

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