#B45C4B

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

Shades of Flame Pea #B45C4B

Tints of Flame Pea #B45C4B

Color information

#B45C4B (or 0xB45C4B) is unknown color: approx Flame Pea. HEX triplet: B4, 5C and 4B. RGB value is (180,92,75). Sum of RGB (Red+Green+Blue) = 180+92+75=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C4B is #4BA3B4. Grayscale: #747474. Windows color (decimal): -4957109 or 4938932. OLE color: 4938932.

HSL color Cylindrical-coordinate representation of color #B45C4B: hue angle of 9.71º 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 #B45C4B is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1809275-
CMYK00.490.580.29
HSL9.71º41.18%50%-
HSV(B)9.71º58.33%70.59%-
XYZ23.9217.878.84-
YUV116.37104.65173.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=51.87%
G=26.51%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180927500.490.580.299.7141.1850
HexB45C4B0313A1Da2932
Octal2641341130617235125162
Binary10110100101110010010110110001111010111011010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C4B; }

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

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

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

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

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

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

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

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