#B76554

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

Shades of Flame Pea #B76554

Tints of Flame Pea #B76554

Color information

#B76554 (or 0xB76554) is unknown color: approx Flame Pea. HEX triplet: B7, 65 and 54. RGB value is (183,101,84). Sum of RGB (Red+Green+Blue) = 183+101+84=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B76554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76554 is #489AAB. Grayscale: #7B7B7B. Windows color (decimal): -4758188 or 5531063. OLE color: 5531063.

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

Color convert

RGB18310184-
CMYK00.450.540.28
HSL10.3º40.74%52.35%-
HSV(B)10.3º54.1%71.76%-
XYZ25.7820.0110.89-
YUV123.58105.67170.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 84 (33.20% from 255) = 22.83%
R=49.73%
G=27.45%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831018400.450.540.2810.340.7452.35
HexB7655402D361Ca2934
Octal2671451240556634125164
Binary10110111110010110101000101101110110111001010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76554; }

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

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

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

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

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

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

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

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