#B76552

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

Shades of Flame Pea #B76552

Tints of Flame Pea #B76552

Color information

#B76552 (or 0xB76552) is unknown color: approx Flame Pea. HEX triplet: B7, 65 and 52. RGB value is (183,101,82). Sum of RGB (Red+Green+Blue) = 183+101+82=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B76552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76552 is #489AAD. Grayscale: #7B7B7B. Windows color (decimal): -4758190 or 5399991. OLE color: 5399991.

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

Color convert

RGB18310182-
CMYK00.450.550.28
HSL11.29º41.22%51.96%-
HSV(B)11.29º55.19%71.76%-
XYZ25.7119.9810.49-
YUV123.35104.67170.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=50%
G=27.60%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831018200.450.550.2811.2941.2251.96
HexB7655202D371Cb2934
Octal2671451220556734135164
Binary10110111110010110100100101101110111111001011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76552; }

 p { color: rgb(183,101,82); }

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

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

 a { background-color: rgb(183,101,82); }

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

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

 span { border-color: rgb(183,101,82); }

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