#BB8E65

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

Shades of Fallow #BB8E65

Tints of Fallow #BB8E65

Color information

#BB8E65 (or 0xBB8E65) is unknown color: approx Fallow. HEX triplet: BB, 8E and 65. RGB value is (187,142,101). Sum of RGB (Red+Green+Blue) = 187+142+101=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8E65 is #44719A. Grayscale: #969696. Windows color (decimal): -4485531 or 6655675. OLE color: 6655675.

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

Color convert

RGB187142101-
CMYK00.240.460.27
HSL28.6º38.74%56.47%-
HSV(B)28.6º45.99%73.33%-
XYZ32.5230.8516.55-
YUV150.7899.91153.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=43.49%
G=33.02%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714210100.240.460.2728.638.7456.47
HexBB8E650182E1B1d2738
Octal2732161450305633354770
Binary101110111000111011001010110001011101101111101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E65; }

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

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

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

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

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

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

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

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