#B26055

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

Shades of Flame Pea #B26055

Tints of Flame Pea #B26055

Color information

#B26055 (or 0xB26055) is unknown color: approx Flame Pea. HEX triplet: B2, 60 and 55. RGB value is (178,96,85). Sum of RGB (Red+Green+Blue) = 178+96+85=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B26055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26055 is #4D9FAA. Grayscale: #777777. Windows color (decimal): -5087147 or 5595314. OLE color: 5595314.

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

Color convert

RGB1789685-
CMYK00.460.520.30
HSL7.1º37.65%51.57%-
HSV(B)7.1º52.25%69.8%-
XYZ24.1818.4910.89-
YUV119.26108.67169.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=49.58%
G=26.74%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178968500.460.520.307.137.6551.57
HexB2605502E341E72634
Octal262140125056643674664
Binary1011001011000001010101010111011010011110111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26055; }

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

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

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

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

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

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

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

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