#B9684E

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

Shades of Flame Pea #B9684E

Tints of Flame Pea #B9684E

Color information

#B9684E (or 0xB9684E) is unknown color: approx Flame Pea. HEX triplet: B9, 68 and 4E. RGB value is (185,104,78). Sum of RGB (Red+Green+Blue) = 185+104+78=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9684E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9684E is #4697B1. Grayscale: #7D7D7D. Windows color (decimal): -4626354 or 5138617. OLE color: 5138617.

HSL color Cylindrical-coordinate representation of color #B9684E: hue angle of 14.58º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9684E is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18510478-
CMYK00.440.580.27
HSL14.58º43.32%51.57%-
HSV(B)14.58º57.84%72.55%-
XYZ26.3320.769.83-
YUV125.26101.34170.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=50.41%
G=28.34%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851047800.440.580.2714.5843.3251.57
HexB9684E02C3A1Bf2b34
Octal2711501160547233175364
Binary10111001110100010011100101100111010110111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9684E; }

 p { color: rgb(185,104,78); }

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

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

 a { background-color: rgb(185,104,78); }

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

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

 span { border-color: rgb(185,104,78); }

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