#BB8D65

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

Shades of Fallow #BB8D65

Tints of Fallow #BB8D65

Color information

#BB8D65 (or 0xBB8D65) is unknown color: approx Fallow. HEX triplet: BB, 8D and 65. RGB value is (187,141,101). Sum of RGB (Red+Green+Blue) = 187+141+101=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D65 is #44729A. Grayscale: #969696. Windows color (decimal): -4485787 or 6655419. OLE color: 6655419.

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

Color convert

RGB187141101-
CMYK00.250.460.27
HSL27.91º38.74%56.47%-
HSV(B)27.91º45.99%73.33%-
XYZ32.3730.5516.5-
YUV150.19100.24154.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=43.59%
G=32.87%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714110100.250.460.2727.9138.7456.47
HexBB8D650192E1B1c2738
Octal2732151450315633344770
Binary101110111000110111001010110011011101101111100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8D65; }

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

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

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

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

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

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

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

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