#B8583D

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

Shades of Flame Pea #B8583D

Tints of Flame Pea #B8583D

Color information

#B8583D (or 0xB8583D) is unknown color: approx Flame Pea. HEX triplet: B8, 58 and 3D. RGB value is (184,88,61). Sum of RGB (Red+Green+Blue) = 184+88+61=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B8583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8583D is #47A7C2. Grayscale: #717171. Windows color (decimal): -4696003 or 4020408. OLE color: 4020408.

HSL color Cylindrical-coordinate representation of color #B8583D: hue angle of 13.17º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8583D is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB1848861-
CMYK00.520.670.28
HSL13.17º50.2%48.04%-
HSV(B)13.17º66.85%72.16%-
XYZ24.117.516.52-
YUV113.6398.3178.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.26%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=55.26%
G=26.43%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184886100.520.670.2813.1750.248.04
HexB8583D034431Cd3230
Octal2701307506410334156260
Binary10111000101100011110101101001000011111001101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8583D; }

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

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

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

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

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

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

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

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