#B45748

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

Shades of Flame Pea #B45748

Tints of Flame Pea #B45748

Color information

#B45748 (or 0xB45748) is unknown color: approx Flame Pea. HEX triplet: B4, 57 and 48. RGB value is (180,87,72). Sum of RGB (Red+Green+Blue) = 180+87+72=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B45748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45748 is #4BA8B7. Grayscale: #717171. Windows color (decimal): -4958392 or 4741044. OLE color: 4741044.

HSL color Cylindrical-coordinate representation of color #B45748: hue angle of 8.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B45748 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1808772-
CMYK00.520.600.29
HSL8.33º42.86%49.41%-
HSV(B)8.33º60%70.59%-
XYZ23.416.998.18-
YUV113.1104.81175.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=53.10%
G=25.66%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180877200.520.600.298.3342.8649.41
HexB457480343C1D82b31
Octal2641271100647435105361
Binary10110100101011110010000110100111100111011000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45748; }

 p { color: rgb(180,87,72); }

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

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

 a { background-color: rgb(180,87,72); }

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

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

 span { border-color: rgb(180,87,72); }

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