#B26053

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

Shades of Flame Pea #B26053

Tints of Flame Pea #B26053

Color information

#B26053 (or 0xB26053) is unknown color: approx Flame Pea. HEX triplet: B2, 60 and 53. RGB value is (178,96,83). Sum of RGB (Red+Green+Blue) = 178+96+83=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B26053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26053 is #4D9FAC. Grayscale: #777777. Windows color (decimal): -5087149 or 5464242. OLE color: 5464242.

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

Color convert

RGB1789683-
CMYK00.460.530.30
HSL8.21º38.15%51.18%-
HSV(B)8.21º53.37%69.8%-
XYZ24.118.4610.48-
YUV119.04107.67170.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=49.86%
G=26.89%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178968300.460.530.308.2138.1551.18
HexB2605302E351E82633
Octal2621401230566536104663
Binary10110010110000010100110101110110101111101000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26053; }

 p { color: rgb(178,96,83); }

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

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

 a { background-color: rgb(178,96,83); }

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

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

 span { border-color: rgb(178,96,83); }

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