#B5563D

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

Shades of Flame Pea #B5563D

Tints of Flame Pea #B5563D

Color information

#B5563D (or 0xB5563D) is unknown color: approx Flame Pea. HEX triplet: B5, 56 and 3D. RGB value is (181,86,61). Sum of RGB (Red+Green+Blue) = 181+86+61=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5563D is #4AA9C2. Grayscale: #6F6F6F. Windows color (decimal): -4893123 or 4019893. OLE color: 4019893.

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

Color convert

RGB1818661-
CMYK00.520.660.29
HSL12.5º49.59%47.45%-
HSV(B)12.5º66.3%70.98%-
XYZ23.2316.826.44-
YUV111.5699.47177.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.18%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 61 (24.22% from 255) = 18.60%
R=55.18%
G=26.22%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181866100.520.660.2912.549.5947.45
HexB5563D034421Dd322f
Octal2651267506410235156257
Binary10110101101011011110101101001000010111011101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5563D; }

 p { color: rgb(181,86,61); }

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

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

 a { background-color: rgb(181,86,61); }

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

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

 span { border-color: rgb(181,86,61); }

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