#BBA65F

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

Shades of Gimblet #BBA65F

Tints of Gimblet #BBA65F

Color information

#BBA65F (or 0xBBA65F) is unknown color: approx Gimblet. HEX triplet: BB, A6 and 5F. RGB value is (187,166,95). Sum of RGB (Red+Green+Blue) = 187+166+95=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA65F is #4459A0. Grayscale: #A4A4A4. Windows color (decimal): -4479393 or 6268603. OLE color: 6268603.

HSL color Cylindrical-coordinate representation of color #BBA65F: hue angle of 46.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBA65F is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18716695-
CMYK00.110.490.27
HSL46.3º40.35%55.29%-
HSV(B)46.3º49.2%73.33%-
XYZ36.238.6616.38-
YUV164.1888.96144.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 95 (37.5% from 255) = 21.21%
R=41.74%
G=37.05%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871669500.110.490.2746.340.3555.29
HexBBA65F0B311B2e2837
Octal2732461370136133565067
Binary101110111010011010111110101111000111011101110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA65F; }

 p { color: rgb(187,166,95); }

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

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

 a { background-color: rgb(187,166,95); }

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

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

 span { border-color: rgb(187,166,95); }

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