#BBAD68

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

Shades of Gimblet #BBAD68

Tints of Gimblet #BBAD68

Color information

#BBAD68 (or 0xBBAD68) is unknown color: approx Gimblet. HEX triplet: BB, AD and 68. RGB value is (187,173,104). Sum of RGB (Red+Green+Blue) = 187+173+104=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD68 is #445297. Grayscale: #A9A9A9. Windows color (decimal): -4477592 or 6860219. OLE color: 6860219.

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

Color convert

RGB187173104-
CMYK00.070.440.27
HSL49.88º37.9%57.06%-
HSV(B)49.88º44.39%73.33%-
XYZ37.9441.4519.1-
YUV169.3291.14140.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 173 (67.97% from 255) = 37.28%
BLUE value IS 104 (41.02% from 255) = 22.41%
R=40.30%
G=37.28%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717310400.070.440.2749.8837.957.06
HexBBAD68072C1B322639
Octal273255150075433624671
Binary10111011101011011101000011110110011011110010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD68; }

 p { color: rgb(187,173,104); }

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

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

 a { background-color: rgb(187,173,104); }

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

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

 span { border-color: rgb(187,173,104); }

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