#BBA769

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

Shades of Gimblet #BBA769

Tints of Gimblet #BBA769

Color information

#BBA769 (or 0xBBA769) is unknown color: approx Gimblet. HEX triplet: BB, A7 and 69. RGB value is (187,167,105). Sum of RGB (Red+Green+Blue) = 187+167+105=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA769 is #445896. Grayscale: #A6A6A6. Windows color (decimal): -4479127 or 6924219. OLE color: 6924219.

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

Color convert

RGB187167105-
CMYK00.110.440.27
HSL45.37º37.61%57.25%-
HSV(B)45.37º43.85%73.33%-
XYZ36.8639.2218.99-
YUV165.9193.63143.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=40.74%
G=36.38%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716710500.110.440.2745.3737.6157.25
HexBBA7690B2C1B2d2639
Octal2732471510135433554671
Binary101110111010011111010010101110110011011101101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA769; }

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

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

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

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

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

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

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

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