#BBA569

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

Shades of Gimblet #BBA569

Tints of Gimblet #BBA569

Color information

#BBA569 (or 0xBBA569) is unknown color: approx Gimblet. HEX triplet: BB, A5 and 69. RGB value is (187,165,105). Sum of RGB (Red+Green+Blue) = 187+165+105=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA569 is #445A96. Grayscale: #A5A5A5. Windows color (decimal): -4479639 or 6923707. OLE color: 6923707.

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

Color convert

RGB187165105-
CMYK00.120.440.27
HSL43.9º37.61%57.25%-
HSV(B)43.9º43.85%73.33%-
XYZ36.538.4918.87-
YUV164.7494.29143.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=40.92%
G=36.11%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716510500.120.440.2743.937.6157.25
HexBBA5690C2C1B2c2639
Octal2732451510145433544671
Binary101110111010010111010010110010110011011101100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA569; }

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

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

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

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

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

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

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

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