#B66451

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

Shades of Flame Pea #B66451

Tints of Flame Pea #B66451

Color information

#B66451 (or 0xB66451) is unknown color: approx Flame Pea. HEX triplet: B6, 64 and 51. RGB value is (182,100,81). Sum of RGB (Red+Green+Blue) = 182+100+81=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B66451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66451 is #499BAE. Grayscale: #7A7A7A. Windows color (decimal): -4823983 or 5334198. OLE color: 5334198.

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

Color convert

RGB18210081-
CMYK00.450.550.29
HSL11.29º40.89%51.57%-
HSV(B)11.29º55.49%71.37%-
XYZ25.3319.6510.24-
YUV122.35104.67170.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=50.14%
G=27.55%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821008100.450.550.2911.2940.8951.57
HexB6645102D371Db2934
Octal2661441210556735135164
Binary10110110110010010100010101101110111111011011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66451; }

 p { color: rgb(182,100,81); }

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

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

 a { background-color: rgb(182,100,81); }

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

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

 span { border-color: rgb(182,100,81); }

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