#BBA869

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

Shades of Gimblet #BBA869

Tints of Gimblet #BBA869

Color information

#BBA869 (or 0xBBA869) is unknown color: approx Gimblet. HEX triplet: BB, A8 and 69. RGB value is (187,168,105). Sum of RGB (Red+Green+Blue) = 187+168+105=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA869 is #445796. Grayscale: #A6A6A6. Windows color (decimal): -4478871 or 6924475. OLE color: 6924475.

HSL color Cylindrical-coordinate representation of color #BBA869: hue angle of 46.1º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBA869 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB187168105-
CMYK00.100.440.27
HSL46.1º37.61%57.25%-
HSV(B)46.1º43.85%73.33%-
XYZ37.0539.5919.05-
YUV166.593.29142.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 168 (66.02% from 255) = 36.52%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=40.65%
G=36.52%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716810500.100.440.2746.137.6157.25
HexBBA8690A2C1B2e2639
Octal2732501510125433564671
Binary101110111010100011010010101010110011011101110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA869; }

 p { color: rgb(187,168,105); }

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

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

 a { background-color: rgb(187,168,105); }

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

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

 span { border-color: rgb(187,168,105); }

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