#BD604F

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

Shades of Flame Pea #BD604F

Tints of Flame Pea #BD604F

Color information

#BD604F (or 0xBD604F) is unknown color: approx Flame Pea. HEX triplet: BD, 60 and 4F. RGB value is (189,96,79). Sum of RGB (Red+Green+Blue) = 189+96+79=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD604F is #429FB0. Grayscale: #7A7A7A. Windows color (decimal): -4366257 or 5202109. OLE color: 5202109.

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

Color convert

RGB1899679-
CMYK00.490.580.26
HSL9.27º45.45%52.55%-
HSV(B)9.27º58.2%74.12%-
XYZ26.5819.759.81-
YUV121.87103.81175.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.92%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 79 (31.25% from 255) = 21.70%
R=51.92%
G=26.37%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189967900.490.580.269.2745.4552.55
HexBD604F0313A1A92d35
Octal2751401170617232115565
Binary10111101110000010011110110001111010110101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD604F; }

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

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

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

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

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

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

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

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