#B66151

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

Shades of Flame Pea #B66151

Tints of Flame Pea #B66151

Color information

#B66151 (or 0xB66151) is unknown color: approx Flame Pea. HEX triplet: B6, 61 and 51. RGB value is (182,97,81). Sum of RGB (Red+Green+Blue) = 182+97+81=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B66151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66151 is #499EAE. Grayscale: #787878. Windows color (decimal): -4824751 or 5333430. OLE color: 5333430.

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

Color convert

RGB1829781-
CMYK00.470.550.29
HSL9.5º40.89%51.57%-
HSV(B)9.5º55.49%71.37%-
XYZ25.0519.0910.15-
YUV120.59105.66171.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.56%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 81 (32.03% from 255) = 22.5%
R=50.56%
G=26.94%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182978100.470.550.299.540.8951.57
HexB6615102F371Da2934
Octal2661411210576735125164
Binary10110110110000110100010101111110111111011010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66151; }

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

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

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

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

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

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

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

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