#B9624D

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

Shades of Flame Pea #B9624D

Tints of Flame Pea #B9624D

Color information

#B9624D (or 0xB9624D) is unknown color: approx Flame Pea. HEX triplet: B9, 62 and 4D. RGB value is (185,98,77). Sum of RGB (Red+Green+Blue) = 185+98+77=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9624D is #469DB2. Grayscale: #797979. Windows color (decimal): -4627891 or 5071545. OLE color: 5071545.

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

Color convert

RGB1859877-
CMYK00.470.580.27
HSL11.67º43.55%51.37%-
HSV(B)11.67º58.38%72.55%-
XYZ25.7119.599.45-
YUV121.62102.82173.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 77 (30.47% from 255) = 21.39%
R=51.39%
G=27.22%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185987700.470.580.2711.6743.5551.37
HexB9624D02F3A1Bc2c33
Octal2711421150577233145463
Binary10111001110001010011010101111111010110111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9624D; }

 p { color: rgb(185,98,77); }

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

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

 a { background-color: rgb(185,98,77); }

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

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

 span { border-color: rgb(185,98,77); }

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