#b26151

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

Shades of Flame Pea #B26151

Tints of Flame Pea #B26151

Color information

#B26151 (or 0xB26151) is unknown color: approx Flame Pea. HEX triplet: B2, 61 and 51. RGB value is (178,97,81). Sum of RGB (Red+Green+Blue) = 178+97+81=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B26151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26151 is #4D9EAE. Grayscale: #777777. Windows color (decimal): -5086895 or 5333426. OLE color: 5333426.

HSL color Cylindrical-coordinate representation of color #B26151: hue angle of 9.9º degrees, saturation: 0.39, 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 #B26151 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1789781-
CMYK00.460.540.30
HSL9.9º38.65%50.78%-
HSV(B)9.9º54.49%69.8%-
XYZ24.1218.6110.11-
YUV119.4106.34169.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=50%
G=27.25%
B=22.75%

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
Decimal178978100.460.540.309.938.6550.78
HexB2615102E361Ea2733
Octal2621411210566636124763
Binary10110010110000110100010101110110110111101010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b26151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b26151; }

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

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

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

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

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

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

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

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