#B6583F

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

Shades of Flame Pea #B6583F

Tints of Flame Pea #B6583F

Color information

#B6583F (or 0xB6583F) is unknown color: approx Flame Pea. HEX triplet: B6, 58 and 3F. RGB value is (182,88,63). Sum of RGB (Red+Green+Blue) = 182+88+63=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B6583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6583F is #49A7C0. Grayscale: #717171. Windows color (decimal): -4827073 or 4151478. OLE color: 4151478.

HSL color Cylindrical-coordinate representation of color #B6583F: hue angle of 12.61º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6583F is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1828863-
CMYK00.520.650.29
HSL12.61º48.57%48.04%-
HSV(B)12.61º65.38%71.37%-
XYZ23.6817.286.79-
YUV113.2699.64177.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.65%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 63 (25% from 255) = 18.92%
R=54.65%
G=26.43%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182886300.520.650.2912.6148.5748.04
HexB6583F034411Dd3130
Octal2661307706410135156160
Binary10110110101100011111101101001000001111011101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6583F; }

 p { color: rgb(182,88,63); }

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

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

 a { background-color: rgb(182,88,63); }

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

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

 span { border-color: rgb(182,88,63); }

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