#B9664E

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

Shades of Flame Pea #B9664E

Tints of Flame Pea #B9664E

Color information

#B9664E (or 0xB9664E) is unknown color: approx Flame Pea. HEX triplet: B9, 66 and 4E. RGB value is (185,102,78). Sum of RGB (Red+Green+Blue) = 185+102+78=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9664E is #4699B1. Grayscale: #7C7C7C. Windows color (decimal): -4626866 or 5138105. OLE color: 5138105.

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

Color convert

RGB18510278-
CMYK00.450.580.27
HSL13.46º43.32%51.57%-
HSV(B)13.46º57.84%72.55%-
XYZ26.1320.379.76-
YUV124.08102171.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.68%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=50.68%
G=27.95%
B=21.37%

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
Decimal1851027800.450.580.2713.4643.3251.57
HexB9664E02D3A1Bd2b34
Octal2711461160557233155364
Binary10111001110011010011100101101111010110111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9664E; }

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

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

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

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

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

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

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

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