#B7604F

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

Shades of Flame Pea #B7604F

Tints of Flame Pea #B7604F

Color information

#B7604F (or 0xB7604F) is unknown color: approx Flame Pea. HEX triplet: B7, 60 and 4F. RGB value is (183,96,79). Sum of RGB (Red+Green+Blue) = 183+96+79=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7604F is #489FB0. Grayscale: #787878. Windows color (decimal): -4759473 or 5202103. OLE color: 5202103.

HSL color Cylindrical-coordinate representation of color #B7604F: hue angle of 9.81º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7604F is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB1839679-
CMYK00.480.570.28
HSL9.81º41.94%51.37%-
HSV(B)9.81º56.83%71.76%-
XYZ25.12199.74-
YUV120.07104.82172.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.12%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 79 (31.25% from 255) = 22.07%
R=51.12%
G=26.82%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183967900.480.570.289.8141.9451.37
HexB7604F030391Ca2a33
Octal2671401170607134125263
Binary10110111110000010011110110000111001111001010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7604F; }

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

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

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

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

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

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

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

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