#B7624A

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

Shades of Flame Pea #B7624A

Tints of Flame Pea #B7624A

Color information

#B7624A (or 0xB7624A) is unknown color: approx Flame Pea. HEX triplet: B7, 62 and 4A. RGB value is (183,98,74). Sum of RGB (Red+Green+Blue) = 183+98+74=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7624A is #489DB5. Grayscale: #787878. Windows color (decimal): -4758966 or 4874935. OLE color: 4874935.

HSL color Cylindrical-coordinate representation of color #B7624A: hue angle of 13.21º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7624A is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1839874-
CMYK00.460.600.28
HSL13.21º43.08%50.39%-
HSV(B)13.21º59.56%71.76%-
XYZ25.1319.38.88-
YUV120.68101.66172.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.55%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=51.55%
G=27.61%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183987400.460.600.2813.2143.0850.39
HexB7624A02E3C1Cd2b32
Octal2671421120567434155362
Binary10110111110001010010100101110111100111001101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7624A; }

 p { color: rgb(183,98,74); }

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

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

 a { background-color: rgb(183,98,74); }

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

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

 span { border-color: rgb(183,98,74); }

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