#B66155

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

Shades of Flame Pea #B66155

Tints of Flame Pea #B66155

Color information

#B66155 (or 0xB66155) is unknown color: approx Flame Pea. HEX triplet: B6, 61 and 55. RGB value is (182,97,85). Sum of RGB (Red+Green+Blue) = 182+97+85=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B66155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66155 is #499EAA. Grayscale: #797979. Windows color (decimal): -4824747 or 5595574. OLE color: 5595574.

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

Color convert

RGB1829785-
CMYK00.470.530.29
HSL7.42º39.92%52.35%-
HSV(B)7.42º53.3%71.37%-
XYZ25.2119.1510.96-
YUV121.05107.66171.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 85 (33.59% from 255) = 23.35%
R=50%
G=26.65%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182978500.470.530.297.4239.9252.35
HexB6615502F351D72834
Octal266141125057653575064
Binary1011011011000011010101010111111010111101111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66155; }

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

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

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

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

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

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

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

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