#B46250

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

Shades of Flame Pea #B46250

Tints of Flame Pea #B46250

Color information

#B46250 (or 0xB46250) is unknown color: approx Flame Pea. HEX triplet: B4, 62 and 50. RGB value is (180,98,80). Sum of RGB (Red+Green+Blue) = 180+98+80=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B46250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46250 is #4B9DAF. Grayscale: #787878. Windows color (decimal): -4955568 or 5268148. OLE color: 5268148.

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

Color convert

RGB1809880-
CMYK00.460.560.29
HSL10.8º40%50.98%-
HSV(B)10.8º55.56%70.59%-
XYZ24.6419.029.96-
YUV120.47105.17170.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=50.28%
G=27.37%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180988000.460.560.2910.84050.98
HexB4625002E381Db2833
Octal2641421200567035135063
Binary10110100110001010100000101110111000111011011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46250; }

 p { color: rgb(180,98,80); }

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

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

 a { background-color: rgb(180,98,80); }

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

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

 span { border-color: rgb(180,98,80); }

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