#B66251

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

Shades of Flame Pea #B66251

Tints of Flame Pea #B66251

Color information

#B66251 (or 0xB66251) is unknown color: approx Flame Pea. HEX triplet: B6, 62 and 51. RGB value is (182,98,81). Sum of RGB (Red+Green+Blue) = 182+98+81=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B66251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66251 is #499DAE. Grayscale: #797979. Windows color (decimal): -4824495 or 5333686. OLE color: 5333686.

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

Color convert

RGB1829881-
CMYK00.460.550.29
HSL10.1º40.89%51.57%-
HSV(B)10.1º55.49%71.37%-
XYZ25.1419.2710.18-
YUV121.18105.33171.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.42%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 81 (32.03% from 255) = 22.44%
R=50.42%
G=27.15%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182988100.460.550.2910.140.8951.57
HexB6625102E371Da2934
Octal2661421210566735125164
Binary10110110110001010100010101110110111111011010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66251; }

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

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

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

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

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

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

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

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