#B6604F

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

Shades of Flame Pea #B6604F

Tints of Flame Pea #B6604F

Color information

#B6604F (or 0xB6604F) is unknown color: approx Flame Pea. HEX triplet: B6, 60 and 4F. RGB value is (182,96,79). Sum of RGB (Red+Green+Blue) = 182+96+79=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B6604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6604F is #499FB0. Grayscale: #777777. Windows color (decimal): -4825009 or 5202102. OLE color: 5202102.

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

Color convert

RGB1829679-
CMYK00.470.570.29
HSL9.9º41.37%51.18%-
HSV(B)9.9º56.59%71.37%-
XYZ24.8918.889.73-
YUV119.78104.99172.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.98%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=50.98%
G=26.89%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182967900.470.570.299.941.3751.18
HexB6604F02F391Da2933
Octal2661401170577135125163
Binary10110110110000010011110101111111001111011010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6604F; }

 p { color: rgb(182,96,79); }

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

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

 a { background-color: rgb(182,96,79); }

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

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

 span { border-color: rgb(182,96,79); }

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