#BDB164

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

Shades of Gimblet #BDB164

Tints of Gimblet #BDB164

Color information

#BDB164 (or 0xBDB164) is unknown color: approx Gimblet. HEX triplet: BD, B1 and 64. RGB value is (189,177,100). Sum of RGB (Red+Green+Blue) = 189+177+100=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB164 is #424E9B. Grayscale: #ACACAC. Windows color (decimal): -4345500 or 6599101. OLE color: 6599101.

HSL color Cylindrical-coordinate representation of color #BDB164: hue angle of 51.91º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDB164 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB189177100-
CMYK00.060.470.26
HSL51.91º40.27%56.67%-
HSV(B)51.91º47.09%74.12%-
XYZ39.0143.1818.34-
YUV171.8187.48140.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 177 (69.53% from 255) = 37.98%
BLUE value IS 100 (39.45% from 255) = 21.46%
R=40.56%
G=37.98%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917710000.060.470.2651.9140.2756.67
HexBDB164062F1A342839
Octal275261144065732645071
Binary10111101101100011100100011010111111010110100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB164; }

 p { color: rgb(189,177,100); }

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

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

 a { background-color: rgb(189,177,100); }

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

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

 span { border-color: rgb(189,177,100); }

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