#B9654D

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

Shades of Flame Pea #B9654D

Tints of Flame Pea #B9654D

Color information

#B9654D (or 0xB9654D) is unknown color: approx Flame Pea. HEX triplet: B9, 65 and 4D. RGB value is (185,101,77). Sum of RGB (Red+Green+Blue) = 185+101+77=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9654D is #469AB2. Grayscale: #7B7B7B. Windows color (decimal): -4627123 or 5072313. OLE color: 5072313.

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

Color convert

RGB18510177-
CMYK00.450.580.27
HSL13.33º43.55%51.37%-
HSV(B)13.33º58.38%72.55%-
XYZ2620.169.54-
YUV123.38101.83171.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.96%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 77 (30.47% from 255) = 21.21%
R=50.96%
G=27.82%
B=21.21%

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
Decimal1851017700.450.580.2713.3343.5551.37
HexB9654D02D3A1Bd2c33
Octal2711451150557233155463
Binary10111001110010110011010101101111010110111101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9654D; }

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

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

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

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

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

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

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

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