#BDAB5A

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

Shades of Gimblet #BDAB5A

Tints of Gimblet #BDAB5A

Color information

#BDAB5A (or 0xBDAB5A) is unknown color: approx Gimblet. HEX triplet: BD, AB and 5A. RGB value is (189,171,90). Sum of RGB (Red+Green+Blue) = 189+171+90=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB5A is #4254A5. Grayscale: #A7A7A7. Windows color (decimal): -4347046 or 5942205. OLE color: 5942205.

HSL color Cylindrical-coordinate representation of color #BDAB5A: hue angle of 49.09º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDAB5A is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18917190-
CMYK00.100.520.26
HSL49.09º42.86%54.71%-
HSV(B)49.09º52.38%74.12%-
XYZ37.3940.6815.55-
YUV167.1584.46143.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 90 (35.55% from 255) = 20%
R=42%
G=38%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891719000.100.520.2649.0942.8654.71
HexBDAB5A0A341A312b37
Octal2752531320126432615367
Binary101111011010101110110100101011010011010110001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB5A; }

 p { color: rgb(189,171,90); }

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

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

 a { background-color: rgb(189,171,90); }

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

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

 span { border-color: rgb(189,171,90); }

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