#B76246

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

Shades of Flame Pea #B76246

Tints of Flame Pea #B76246

Color information

#B76246 (or 0xB76246) is unknown color: approx Flame Pea. HEX triplet: B7, 62 and 46. RGB value is (183,98,70). Sum of RGB (Red+Green+Blue) = 183+98+70=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B76246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76246 is #489DB9. Grayscale: #787878. Windows color (decimal): -4758970 or 4612791. OLE color: 4612791.

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

Color convert

RGB1839870-
CMYK00.460.620.28
HSL14.87º44.66%49.61%-
HSV(B)14.87º61.75%71.76%-
XYZ2519.248.19-
YUV120.2299.66172.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 70 (27.73% from 255) = 19.94%
R=52.14%
G=27.92%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183987000.460.620.2814.8744.6649.61
HexB7624602E3E1Cf2d32
Octal2671421060567634175562
Binary10110111110001010001100101110111110111001111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76246; }

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

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

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

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

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

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

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

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