#BD5F48

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

Shades of Flame Pea #BD5F48

Tints of Flame Pea #BD5F48

Color information

#BD5F48 (or 0xBD5F48) is unknown color: approx Flame Pea. HEX triplet: BD, 5F and 48. RGB value is (189,95,72). Sum of RGB (Red+Green+Blue) = 189+95+72=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5F48 is #42A0B7. Grayscale: #787878. Windows color (decimal): -4366520 or 4743101. OLE color: 4743101.

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

Color convert

RGB1899572-
CMYK00.500.620.26
HSL11.79º46.99%51.18%-
HSV(B)11.79º61.9%74.12%-
XYZ26.2519.478.51-
YUV120.48100.64176.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.09%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 72 (28.52% from 255) = 20.22%
R=53.09%
G=26.69%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189957200.500.620.2611.7946.9951.18
HexBD5F480323E1Ac2f33
Octal2751371100627632145763
Binary10111101101111110010000110010111110110101100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5F48; }

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

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

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

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

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

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

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

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