#B9624F

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

Shades of Flame Pea #B9624F

Tints of Flame Pea #B9624F

Color information

#B9624F (or 0xB9624F) is unknown color: approx Flame Pea. HEX triplet: B9, 62 and 4F. RGB value is (185,98,79). Sum of RGB (Red+Green+Blue) = 185+98+79=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9624F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9624F is #469DB0. Grayscale: #7A7A7A. Windows color (decimal): -4627889 or 5202617. OLE color: 5202617.

HSL color Cylindrical-coordinate representation of color #B9624F: hue angle of 10.75º 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 #B9624F is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1859879-
CMYK00.470.570.27
HSL10.75º43.09%51.76%-
HSV(B)10.75º57.3%72.55%-
XYZ25.7919.619.82-
YUV121.85103.82173.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 79 (31.25% from 255) = 21.82%
R=51.10%
G=27.07%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185987900.470.570.2710.7543.0951.76
HexB9624F02F391Bb2b34
Octal2711421170577133135364
Binary10111001110001010011110101111111001110111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9624F; }

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

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

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

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

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

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

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

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