#B36252

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

Shades of Flame Pea #B36252

Tints of Flame Pea #B36252

Color information

#B36252 (or 0xB36252) is unknown color: approx Flame Pea. HEX triplet: B3, 62 and 52. RGB value is (179,98,82). Sum of RGB (Red+Green+Blue) = 179+98+82=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B36252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36252 is #4C9DAD. Grayscale: #787878. Windows color (decimal): -5021102 or 5399219. OLE color: 5399219.

HSL color Cylindrical-coordinate representation of color #B36252: 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 #B36252 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1799882-
CMYK00.450.540.30
HSL9.9º38.96%51.18%-
HSV(B)9.9º54.19%70.2%-
XYZ24.4818.9310.35-
YUV120.4106.34169.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=49.86%
G=27.30%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179988200.450.540.309.938.9651.18
HexB3625202D361Ea2733
Octal2631421220556636124763
Binary10110011110001010100100101101110110111101010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36252; }

 p { color: rgb(179,98,82); }

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

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

 a { background-color: rgb(179,98,82); }

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

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

 span { border-color: rgb(179,98,82); }

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