#B86754

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

Shades of Flame Pea #B86754

Tints of Flame Pea #B86754

Color information

#B86754 (or 0xB86754) is unknown color: approx Flame Pea. HEX triplet: B8, 67 and 54. RGB value is (184,103,84). Sum of RGB (Red+Green+Blue) = 184+103+84=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B86754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86754 is #4798AB. Grayscale: #7D7D7D. Windows color (decimal): -4692140 or 5531576. OLE color: 5531576.

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

Color convert

RGB18410384-
CMYK00.440.540.28
HSL11.4º41.32%52.55%-
HSV(B)11.4º54.35%72.16%-
XYZ26.2220.5310.97-
YUV125.05104.84170.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 84 (33.20% from 255) = 22.64%
R=49.60%
G=27.76%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841038400.440.540.2811.441.3252.55
HexB8675402C361Cb2935
Octal2701471240546634135165
Binary10111000110011110101000101100110110111001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86754; }

 p { color: rgb(184,103,84); }

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

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

 a { background-color: rgb(184,103,84); }

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

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

 span { border-color: rgb(184,103,84); }

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