#BB654C

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

Shades of Flame Pea #BB654C

Tints of Flame Pea #BB654C

Color information

#BB654C (or 0xBB654C) is unknown color: approx Flame Pea. HEX triplet: BB, 65 and 4C. RGB value is (187,101,76). Sum of RGB (Red+Green+Blue) = 187+101+76=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB654C is #449AB3. Grayscale: #7C7C7C. Windows color (decimal): -4496052 or 5006779. OLE color: 5006779.

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

Color convert

RGB18710176-
CMYK00.460.590.27
HSL13.51º44.94%51.57%-
HSV(B)13.51º59.36%73.33%-
XYZ26.4520.399.38-
YUV123.86100.99173.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 76 (30.08% from 255) = 20.88%
R=51.37%
G=27.75%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871017600.460.590.2713.5144.9451.57
HexBB654C02E3B1Be2d34
Octal2731451140567333165564
Binary10111011110010110011000101110111011110111110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB654C; }

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

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

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

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

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

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

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

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