#B76048

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

Shades of Flame Pea #B76048

Tints of Flame Pea #B76048

Color information

#B76048 (or 0xB76048) is unknown color: approx Flame Pea. HEX triplet: B7, 60 and 48. RGB value is (183,96,72). Sum of RGB (Red+Green+Blue) = 183+96+72=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B76048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76048 is #489FB7. Grayscale: #777777. Windows color (decimal): -4759480 or 4743351. OLE color: 4743351.

HSL color Cylindrical-coordinate representation of color #B76048: hue angle of 12.97º 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 #B76048 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1839672-
CMYK00.480.610.28
HSL12.97º43.53%50%-
HSV(B)12.97º60.66%71.76%-
XYZ24.8818.98.47-
YUV119.28101.32173.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 72 (28.52% from 255) = 20.51%
R=52.14%
G=27.35%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183967200.480.610.2812.9743.5350
HexB760480303D1Cd2c32
Octal2671401100607534155462
Binary10110111110000010010000110000111101111001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76048; }

 p { color: rgb(183,96,72); }

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

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

 a { background-color: rgb(183,96,72); }

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

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

 span { border-color: rgb(183,96,72); }

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