#B9654C

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

Shades of Flame Pea #B9654C

Tints of Flame Pea #B9654C

Color information

#B9654C (or 0xB9654C) is unknown color: approx Flame Pea. HEX triplet: B9, 65 and 4C. RGB value is (185,101,76). Sum of RGB (Red+Green+Blue) = 185+101+76=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9654C is #469AB3. Grayscale: #7B7B7B. Windows color (decimal): -4627124 or 5006777. OLE color: 5006777.

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

Color convert

RGB18510176-
CMYK00.450.590.27
HSL13.76º43.78%51.18%-
HSV(B)13.76º58.92%72.55%-
XYZ25.9720.149.36-
YUV123.27101.33172.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 76 (30.08% from 255) = 20.99%
R=51.10%
G=27.90%
B=20.99%

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
Decimal1851017600.450.590.2713.7643.7851.18
HexB9654C02D3B1Be2c33
Octal2711451140557333165463
Binary10111001110010110011000101101111011110111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9654C; }

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

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

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

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

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

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

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

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