#B9654A

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

Shades of Flame Pea #B9654A

Tints of Flame Pea #B9654A

Color information

#B9654A (or 0xB9654A) is unknown color: approx Flame Pea. HEX triplet: B9, 65 and 4A. RGB value is (185,101,74). Sum of RGB (Red+Green+Blue) = 185+101+74=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9654A is #469AB5. Grayscale: #7B7B7B. Windows color (decimal): -4627126 or 4875705. OLE color: 4875705.

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

Color convert

RGB18510174-
CMYK00.450.60.27
HSL14.59º44.22%50.78%-
HSV(B)14.59º60%72.55%-
XYZ25.920.129-
YUV123.04100.33172.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 74 (29.30% from 255) = 20.56%
R=51.39%
G=28.06%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851017400.450.60.2714.5944.2250.78
HexB9654A02D3C1Bf2c33
Octal2711451120557433175463
Binary10111001110010110010100101101111100110111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9654A; }

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

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

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

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

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

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

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

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