#BDAD5A

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

Shades of Gimblet #BDAD5A

Tints of Gimblet #BDAD5A

Color information

#BDAD5A (or 0xBDAD5A) is unknown color: approx Gimblet. HEX triplet: BD, AD and 5A. RGB value is (189,173,90). Sum of RGB (Red+Green+Blue) = 189+173+90=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD5A is #4252A5. Grayscale: #A8A8A8. Windows color (decimal): -4346534 or 5942717. OLE color: 5942717.

HSL color Cylindrical-coordinate representation of color #BDAD5A: hue angle of 50.3º 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 #BDAD5A is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18917390-
CMYK00.080.520.26
HSL50.3º42.86%54.71%-
HSV(B)50.3º52.38%74.12%-
XYZ37.7841.4415.68-
YUV168.3283.8142.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.81%
GREEN value IS 173 (67.97% from 255) = 38.27%
BLUE value IS 90 (35.55% from 255) = 19.91%
R=41.81%
G=38.27%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891739000.080.520.2650.342.8654.71
HexBDAD5A08341A322b37
Octal2752551320106432625367
Binary101111011010110110110100100011010011010110010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD5A; }

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

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

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

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

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

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

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

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