#BD5F4A

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

Shades of Flame Pea #BD5F4A

Tints of Flame Pea #BD5F4A

Color information

#BD5F4A (or 0xBD5F4A) is unknown color: approx Flame Pea. HEX triplet: BD, 5F and 4A. RGB value is (189,95,74). Sum of RGB (Red+Green+Blue) = 189+95+74=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5F4A is #42A0B5. Grayscale: #787878. Windows color (decimal): -4366518 or 4874173. OLE color: 4874173.

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

Color convert

RGB1899574-
CMYK00.500.610.26
HSL10.96º46.56%51.57%-
HSV(B)10.96º60.85%74.12%-
XYZ26.3119.58.86-
YUV120.71101.64176.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.79%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 74 (29.30% from 255) = 20.67%
R=52.79%
G=26.54%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189957400.500.610.2610.9646.5651.57
HexBD5F4A0323D1Ab2f34
Octal2751371120627532135764
Binary10111101101111110010100110010111101110101011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5F4A; }

 p { color: rgb(189,95,74); }

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

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

 a { background-color: rgb(189,95,74); }

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

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

 span { border-color: rgb(189,95,74); }

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