#B9654E

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

Shades of Flame Pea #B9654E

Tints of Flame Pea #B9654E

Color information

#B9654E (or 0xB9654E) is unknown color: approx Flame Pea. HEX triplet: B9, 65 and 4E. RGB value is (185,101,78). Sum of RGB (Red+Green+Blue) = 185+101+78=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9654E is #469AB1. Grayscale: #7B7B7B. Windows color (decimal): -4627122 or 5137849. OLE color: 5137849.

HSL color Cylindrical-coordinate representation of color #B9654E: hue angle of 12.9º 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 #B9654E is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18510178-
CMYK00.450.580.27
HSL12.9º43.32%51.57%-
HSV(B)12.9º57.84%72.55%-
XYZ26.0420.179.73-
YUV123.49102.33171.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.82%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 78 (30.86% from 255) = 21.43%
R=50.82%
G=27.75%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851017800.450.580.2712.943.3251.57
HexB9654E02D3A1Bd2b34
Octal2711451160557233155364
Binary10111001110010110011100101101111010110111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9654E; }

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

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

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

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

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

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

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

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