#B6614C

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

Shades of Flame Pea #B6614C

Tints of Flame Pea #B6614C

Color information

#B6614C (or 0xB6614C) is unknown color: approx Flame Pea. HEX triplet: B6, 61 and 4C. RGB value is (182,97,76). Sum of RGB (Red+Green+Blue) = 182+97+76=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6614C is #499EB3. Grayscale: #787878. Windows color (decimal): -4824756 or 5005750. OLE color: 5005750.

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

Color convert

RGB1829776-
CMYK00.470.580.29
HSL11.89º42.06%50.59%-
HSV(B)11.89º58.24%71.37%-
XYZ24.8719.029.2-
YUV120.02103.16172.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.27%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=51.27%
G=27.32%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182977600.470.580.2911.8942.0650.59
HexB6614C02F3A1Dc2a33
Octal2661411140577235145263
Binary10110110110000110011000101111111010111011100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6614C; }

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

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

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

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

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

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

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

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