#BDAE5A

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

Shades of Gimblet #BDAE5A

Tints of Gimblet #BDAE5A

Color information

#BDAE5A (or 0xBDAE5A) is unknown color: approx Gimblet. HEX triplet: BD, AE and 5A. RGB value is (189,174,90). Sum of RGB (Red+Green+Blue) = 189+174+90=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE5A is #4251A5. Grayscale: #A9A9A9. Windows color (decimal): -4346278 or 5942973. OLE color: 5942973.

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

Color convert

RGB18917490-
CMYK00.080.520.26
HSL50.91º42.86%54.71%-
HSV(B)50.91º52.38%74.12%-
XYZ37.9741.8315.75-
YUV168.9183.47142.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 90 (35.55% from 255) = 19.87%
R=41.72%
G=38.41%
B=19.87%

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
Decimal1891749000.080.520.2650.9142.8654.71
HexBDAE5A08341A332b37
Octal2752561320106432635367
Binary101111011010111010110100100011010011010110011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE5A; }

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

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

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

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

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

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

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

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