#B66349

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

Shades of Flame Pea #B66349

Tints of Flame Pea #B66349

Color information

#B66349 (or 0xB66349) is unknown color: approx Flame Pea. HEX triplet: B6, 63 and 49. RGB value is (182,99,73). Sum of RGB (Red+Green+Blue) = 182+99+73=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B66349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66349 is #499CB6. Grayscale: #797979. Windows color (decimal): -4824247 or 4809654. OLE color: 4809654.

HSL color Cylindrical-coordinate representation of color #B66349: hue angle of 14.31º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B66349 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1829973-
CMYK00.460.600.29
HSL14.31º42.75%50%-
HSV(B)14.31º59.89%71.37%-
XYZ24.9619.358.72-
YUV120.85101171.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.41%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 73 (28.91% from 255) = 20.62%
R=51.41%
G=27.97%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182997300.460.600.2914.3142.7550
HexB6634902E3C1De2b32
Octal2661431110567435165362
Binary10110110110001110010010101110111100111011110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66349; }

 p { color: rgb(182,99,73); }

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

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

 a { background-color: rgb(182,99,73); }

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

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

 span { border-color: rgb(182,99,73); }

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