#B36151

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

Shades of Flame Pea #B36151

Tints of Flame Pea #B36151

Color information

#B36151 (or 0xB36151) is unknown color: approx Flame Pea. HEX triplet: B3, 61 and 51. RGB value is (179,97,81). Sum of RGB (Red+Green+Blue) = 179+97+81=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B36151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36151 is #4C9EAE. Grayscale: #777777. Windows color (decimal): -5021359 or 5333427. OLE color: 5333427.

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

Color convert

RGB1799781-
CMYK00.460.550.30
HSL9.8º39.2%50.98%-
HSV(B)9.8º54.75%70.2%-
XYZ24.3518.7310.12-
YUV119.69106.17170.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.14%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=50.14%
G=27.17%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179978100.460.550.309.839.250.98
HexB3615102E371Ea2733
Octal2631411210566736124763
Binary10110011110000110100010101110110111111101010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36151; }

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

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

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

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

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

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

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

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