#b9654b

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

Shades of Flame Pea #B9654B

Tints of Flame Pea #B9654B

Color information

#B9654B (or 0xB9654B) is unknown color: approx Flame Pea. HEX triplet: B9, 65 and 4B. RGB value is (185,101,75). Sum of RGB (Red+Green+Blue) = 185+101+75=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9654B is #469AB4. Grayscale: #7B7B7B. Windows color (decimal): -4627125 or 4941241. OLE color: 4941241.

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

Color convert

RGB18510175-
CMYK00.450.590.27
HSL14.18º44%50.98%-
HSV(B)14.18º59.46%72.55%-
XYZ25.9320.139.18-
YUV123.15100.83172.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=51.25%
G=27.98%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851017500.450.590.2714.184450.98
HexB9654B02D3B1Be2c33
Octal2711451130557333165463
Binary10111001110010110010110101101111011110111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9654b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9654b; }

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

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

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

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

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

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

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

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