#B9624B

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

Shades of Flame Pea #B9624B

Tints of Flame Pea #B9624B

Color information

#B9624B (or 0xB9624B) is unknown color: approx Flame Pea. HEX triplet: B9, 62 and 4B. RGB value is (185,98,75). Sum of RGB (Red+Green+Blue) = 185+98+75=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9624B is #469DB4. Grayscale: #797979. Windows color (decimal): -4627893 or 4940473. OLE color: 4940473.

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

Color convert

RGB1859875-
CMYK00.470.590.27
HSL12.55º44%50.98%-
HSV(B)12.55º59.46%72.55%-
XYZ25.6519.569.08-
YUV121.39101.82173.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=51.68%
G=27.37%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185987500.470.590.2712.554450.98
HexB9624B02F3B1Bd2c33
Octal2711421130577333155463
Binary10111001110001010010110101111111011110111101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9624B; }

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

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

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

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

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

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

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

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