#B76247

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

Shades of Flame Pea #B76247

Tints of Flame Pea #B76247

Color information

#B76247 (or 0xB76247) is unknown color: approx Flame Pea. HEX triplet: B7, 62 and 47. RGB value is (183,98,71). Sum of RGB (Red+Green+Blue) = 183+98+71=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B76247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76247 is #489DB8. Grayscale: #787878. Windows color (decimal): -4758969 or 4678327. OLE color: 4678327.

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

Color convert

RGB1839871-
CMYK00.460.610.28
HSL14.46º44.09%49.8%-
HSV(B)14.46º61.2%71.76%-
XYZ25.0319.268.36-
YUV120.34100.16172.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 71 (28.12% from 255) = 20.17%
R=51.99%
G=27.84%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183987100.460.610.2814.4644.0949.8
HexB7624702E3D1Ce2c32
Octal2671421070567534165462
Binary10110111110001010001110101110111101111001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76247; }

 p { color: rgb(183,98,71); }

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

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

 a { background-color: rgb(183,98,71); }

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

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

 span { border-color: rgb(183,98,71); }

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