#B45E4B

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

Shades of Flame Pea #B45E4B

Tints of Flame Pea #B45E4B

Color information

#B45E4B (or 0xB45E4B) is unknown color: approx Flame Pea. HEX triplet: B4, 5E and 4B. RGB value is (180,94,75). Sum of RGB (Red+Green+Blue) = 180+94+75=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45E4B is #4BA1B4. Grayscale: #757575. Windows color (decimal): -4956597 or 4939444. OLE color: 4939444.

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

Color convert

RGB1809475-
CMYK00.480.580.29
HSL10.86º41.18%50%-
HSV(B)10.86º58.33%70.59%-
XYZ24.118.228.9-
YUV117.55103.99172.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 75 (29.69% from 255) = 21.49%
R=51.58%
G=26.93%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180947500.480.580.2910.8641.1850
HexB45E4B0303A1Db2932
Octal2641361130607235135162
Binary10110100101111010010110110000111010111011011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E4B; }

 p { color: rgb(180,94,75); }

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

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

 a { background-color: rgb(180,94,75); }

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

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

 span { border-color: rgb(180,94,75); }

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