#BBAD67

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

Shades of Gimblet #BBAD67

Tints of Gimblet #BBAD67

Color information

#BBAD67 (or 0xBBAD67) is unknown color: approx Gimblet. HEX triplet: BB, AD and 67. RGB value is (187,173,103). Sum of RGB (Red+Green+Blue) = 187+173+103=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD67 is #445298. Grayscale: #A9A9A9. Windows color (decimal): -4477593 or 6794683. OLE color: 6794683.

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

Color convert

RGB187173103-
CMYK00.070.450.27
HSL50º38.18%56.86%-
HSV(B)50º44.92%73.33%-
XYZ37.8941.4318.83-
YUV169.2190.64140.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 103 (40.62% from 255) = 22.25%
R=40.39%
G=37.37%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717310300.070.450.275038.1856.86
HexBBAD67072D1B322639
Octal273255147075533624671
Binary10111011101011011100111011110110111011110010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD67; }

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

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

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

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

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

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

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

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