#BB6746

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

Shades of Flame Pea #BB6746

Tints of Flame Pea #BB6746

Color information

#BB6746 (or 0xBB6746) is unknown color: approx Flame Pea. HEX triplet: BB, 67 and 46. RGB value is (187,103,70). Sum of RGB (Red+Green+Blue) = 187+103+70=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6746 is #4498B9. Grayscale: #7C7C7C. Windows color (decimal): -4495546 or 4614075. OLE color: 4614075.

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

Color convert

RGB18710370-
CMYK00.450.630.27
HSL16.92º46.25%50.39%-
HSV(B)16.92º62.57%73.33%-
XYZ26.4520.718.4-
YUV124.3597.33172.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.94%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 70 (27.73% from 255) = 19.44%
R=51.94%
G=28.61%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871037000.450.630.2716.9246.2550.39
HexBB674602D3F1B112e32
Octal2731471060557733215662
Binary101110111100111100011001011011111111101110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6746; }

 p { color: rgb(187,103,70); }

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

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

 a { background-color: rgb(187,103,70); }

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

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

 span { border-color: rgb(187,103,70); }

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