#B7563F

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

Shades of Flame Pea #B7563F

Tints of Flame Pea #B7563F

Color information

#B7563F (or 0xB7563F) is unknown color: approx Flame Pea. HEX triplet: B7, 56 and 3F. RGB value is (183,86,63). Sum of RGB (Red+Green+Blue) = 183+86+63=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B7563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7563F is #48A9C0. Grayscale: #707070. Windows color (decimal): -4762049 or 4150967. OLE color: 4150967.

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

Color convert

RGB1838663-
CMYK00.530.660.28
HSL11.5º48.78%48.24%-
HSV(B)11.5º65.57%71.76%-
XYZ23.7517.086.75-
YUV112.38100.14178.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.12%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 63 (25% from 255) = 18.98%
R=55.12%
G=25.90%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183866300.530.660.2811.548.7848.24
HexB7563F035421Cc3130
Octal2671267706510234146160
Binary10110111101011011111101101011000010111001100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7563F; }

 p { color: rgb(183,86,63); }

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

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

 a { background-color: rgb(183,86,63); }

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

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

 span { border-color: rgb(183,86,63); }

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