#B36051

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

Shades of Flame Pea #B36051

Tints of Flame Pea #B36051

Color information

#B36051 (or 0xB36051) is unknown color: approx Flame Pea. HEX triplet: B3, 60 and 51. RGB value is (179,96,81). Sum of RGB (Red+Green+Blue) = 179+96+81=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B36051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36051 is #4C9FAE. Grayscale: #777777. Windows color (decimal): -5021615 or 5333171. OLE color: 5333171.

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

Color convert

RGB1799681-
CMYK00.460.550.30
HSL9.18º39.2%50.98%-
HSV(B)9.18º54.75%70.2%-
XYZ24.2618.5410.09-
YUV119.11106.5170.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=50.28%
G=26.97%
B=22.75%

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
Decimal179968100.460.550.309.1839.250.98
HexB3605102E371E92733
Octal2631401210566736114763
Binary10110011110000010100010101110110111111101001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36051; }

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

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

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

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

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

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

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

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