#B8584A

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

Shades of Flame Pea #B8584A

Tints of Flame Pea #B8584A

Color information

#B8584A (or 0xB8584A) is unknown color: approx Flame Pea. HEX triplet: B8, 58 and 4A. RGB value is (184,88,74). Sum of RGB (Red+Green+Blue) = 184+88+74=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8584A is #47A7B5. Grayscale: #737373. Windows color (decimal): -4695990 or 4872376. OLE color: 4872376.

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

Color convert

RGB1848874-
CMYK00.520.600.28
HSL7.64º43.65%50.59%-
HSV(B)7.64º59.78%72.16%-
XYZ24.4917.668.6-
YUV115.11104.8177.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.18%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=53.18%
G=25.43%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184887400.520.600.287.6443.6550.59
HexB8584A0343C1C82c33
Octal2701301120647434105463
Binary10111000101100010010100110100111100111001000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8584A; }

 p { color: rgb(184,88,74); }

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

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

 a { background-color: rgb(184,88,74); }

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

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

 span { border-color: rgb(184,88,74); }

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