#B66150

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

Shades of Flame Pea #B66150

Tints of Flame Pea #B66150

Color information

#B66150 (or 0xB66150) is unknown color: approx Flame Pea. HEX triplet: B6, 61 and 50. RGB value is (182,97,80). Sum of RGB (Red+Green+Blue) = 182+97+80=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B66150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66150 is #499EAF. Grayscale: #787878. Windows color (decimal): -4824752 or 5267894. OLE color: 5267894.

HSL color Cylindrical-coordinate representation of color #B66150: hue angle of 10º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B66150 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1829780-
CMYK00.470.560.29
HSL10º41.13%51.37%-
HSV(B)10º56.04%71.37%-
XYZ25.0119.079.95-
YUV120.48105.16171.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=50.70%
G=27.02%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182978000.470.560.291041.1351.37
HexB6615002F381Da2933
Octal2661411200577035125163
Binary10110110110000110100000101111111000111011010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66150; }

 p { color: rgb(182,97,80); }

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

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

 a { background-color: rgb(182,97,80); }

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

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

 span { border-color: rgb(182,97,80); }

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