#b46150

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

Shades of Flame Pea #B46150

Tints of Flame Pea #B46150

Color information

#B46150 (or 0xB46150) is unknown color: approx Flame Pea. HEX triplet: B4, 61 and 50. RGB value is (180,97,80). Sum of RGB (Red+Green+Blue) = 180+97+80=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B46150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46150 is #4B9EAF. Grayscale: #787878. Windows color (decimal): -4955824 or 5267892. OLE color: 5267892.

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

Color convert

RGB1809780-
CMYK00.460.560.29
HSL10.2º40%50.98%-
HSV(B)10.2º55.56%70.59%-
XYZ24.5518.839.93-
YUV119.88105.5170.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=50.42%
G=27.17%
B=22.41%

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
Decimal180978000.460.560.2910.24050.98
HexB4615002E381Da2833
Octal2641411200567035125063
Binary10110100110000110100000101110111000111011010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46150; }

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

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

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

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

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

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

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

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