#B45643

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

Shades of Flame Pea #B45643

Tints of Flame Pea #B45643

Color information

#B45643 (or 0xB45643) is unknown color: approx Flame Pea. HEX triplet: B4, 56 and 43. RGB value is (180,86,67). Sum of RGB (Red+Green+Blue) = 180+86+67=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B45643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45643 is #4BA9BC. Grayscale: #707070. Windows color (decimal): -4958653 or 4413108. OLE color: 4413108.

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

Color convert

RGB1808667-
CMYK00.520.630.29
HSL10.09º45.75%48.43%-
HSV(B)10.09º62.78%70.59%-
XYZ23.1616.767.33-
YUV111.94102.64176.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 67 (26.56% from 255) = 20.12%
R=54.05%
G=25.83%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180866700.520.630.2910.0945.7548.43
HexB456430343F1Da2e30
Octal2641261030647735125660
Binary10110100101011010000110110100111111111011010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45643; }

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

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

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

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

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

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

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

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