#B45641

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

Shades of Flame Pea #B45641

Tints of Flame Pea #B45641

Color information

#B45641 (or 0xB45641) is unknown color: approx Flame Pea. HEX triplet: B4, 56 and 41. RGB value is (180,86,65). Sum of RGB (Red+Green+Blue) = 180+86+65=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B45641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45641 is #4BA9BE. Grayscale: #6F6F6F. Windows color (decimal): -4958655 or 4282036. OLE color: 4282036.

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

Color convert

RGB1808665-
CMYK00.520.640.29
HSL10.96º46.94%48.04%-
HSV(B)10.96º63.89%70.59%-
XYZ23.116.747.01-
YUV111.71101.64176.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=54.38%
G=25.98%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180866500.520.640.2910.9646.9448.04
HexB45641034401Db2f30
Octal26412610106410035135760
Binary101101001010110100000101101001000000111011011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45641; }

 p { color: rgb(180,86,65); }

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

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

 a { background-color: rgb(180,86,65); }

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

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

 span { border-color: rgb(180,86,65); }

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