#BD5B46

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

Shades of Flame Pea #BD5B46

Tints of Flame Pea #BD5B46

Color information

#BD5B46 (or 0xBD5B46) is unknown color: approx Flame Pea. HEX triplet: BD, 5B and 46. RGB value is (189,91,70). Sum of RGB (Red+Green+Blue) = 189+91+70=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5B46 is #42A4B9. Grayscale: #767676. Windows color (decimal): -4367546 or 4611005. OLE color: 4611005.

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

Color convert

RGB1899170-
CMYK00.520.630.26
HSL10.59º47.41%50.78%-
HSV(B)10.59º62.96%74.12%-
XYZ25.8318.748.05-
YUV117.91100.97178.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 70 (27.73% from 255) = 20%
R=54%
G=26%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189917000.520.630.2610.5947.4150.78
HexBD5B460343F1Ab2f33
Octal2751331060647732135763
Binary10111101101101110001100110100111111110101011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5B46; }

 p { color: rgb(189,91,70); }

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

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

 a { background-color: rgb(189,91,70); }

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

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

 span { border-color: rgb(189,91,70); }

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