#B9604F

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

Shades of Flame Pea #B9604F

Tints of Flame Pea #B9604F

Color information

#B9604F (or 0xB9604F) is unknown color: approx Flame Pea. HEX triplet: B9, 60 and 4F. RGB value is (185,96,79). Sum of RGB (Red+Green+Blue) = 185+96+79=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9604F is #469FB0. Grayscale: #787878. Windows color (decimal): -4628401 or 5202105. OLE color: 5202105.

HSL color Cylindrical-coordinate representation of color #B9604F: hue angle of 9.62º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9604F is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1859679-
CMYK00.480.570.27
HSL9.62º43.09%51.76%-
HSV(B)9.62º57.3%72.55%-
XYZ25.619.249.76-
YUV120.67104.49173.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 79 (31.25% from 255) = 21.94%
R=51.39%
G=26.67%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185967900.480.570.279.6243.0951.76
HexB9604F030391Ba2b34
Octal2711401170607133125364
Binary10111001110000010011110110000111001110111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9604F; }

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

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

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

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

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

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

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

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