#B26152

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

Shades of Flame Pea #B26152

Tints of Flame Pea #B26152

Color information

#B26152 (or 0xB26152) is unknown color: approx Flame Pea. HEX triplet: B2, 61 and 52. RGB value is (178,97,82). Sum of RGB (Red+Green+Blue) = 178+97+82=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B26152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26152 is #4D9EAD. Grayscale: #777777. Windows color (decimal): -5086894 or 5398962. OLE color: 5398962.

HSL color Cylindrical-coordinate representation of color #B26152: hue angle of 9.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B26152 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1789782-
CMYK00.460.540.30
HSL9.38º38.4%50.98%-
HSV(B)9.38º53.93%69.8%-
XYZ24.1618.6210.3-
YUV119.51106.84169.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=49.86%
G=27.17%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178978200.460.540.309.3838.450.98
HexB2615202E361E92633
Octal2621411220566636114663
Binary10110010110000110100100101110110110111101001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26152; }

 p { color: rgb(178,97,82); }

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

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

 a { background-color: rgb(178,97,82); }

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

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

 span { border-color: rgb(178,97,82); }

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