#B9563D

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

Shades of Flame Pea #B9563D

Tints of Flame Pea #B9563D

Color information

#B9563D (or 0xB9563D) is unknown color: approx Flame Pea. HEX triplet: B9, 56 and 3D. RGB value is (185,86,61). Sum of RGB (Red+Green+Blue) = 185+86+61=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9563D is #46A9C2. Grayscale: #707070. Windows color (decimal): -4630979 or 4019897. OLE color: 4019897.

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

Color convert

RGB1858661-
CMYK00.540.670.27
HSL12.1º50.41%48.24%-
HSV(B)12.1º67.03%72.55%-
XYZ24.1817.316.48-
YUV112.7598.8179.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.72%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 61 (24.22% from 255) = 18.37%
R=55.72%
G=25.90%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185866100.540.670.2712.150.4148.24
HexB9563D036431Bc3230
Octal2711267506610333146260
Binary10111001101011011110101101101000011110111100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9563D; }

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

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

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

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

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

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

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

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