#BDB15F

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

Shades of Gimblet #BDB15F

Tints of Gimblet #BDB15F

Color information

#BDB15F (or 0xBDB15F) is unknown color: approx Gimblet. HEX triplet: BD, B1 and 5F. RGB value is (189,177,95). Sum of RGB (Red+Green+Blue) = 189+177+95=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB15F is #424EA0. Grayscale: #ABABAB. Windows color (decimal): -4345505 or 6271421. OLE color: 6271421.

HSL color Cylindrical-coordinate representation of color #BDB15F: hue angle of 52.34º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDB15F is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18917795-
CMYK00.060.500.26
HSL52.34º41.59%55.69%-
HSV(B)52.34º49.74%74.12%-
XYZ38.7743.0917.1-
YUV171.2484.98140.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 95 (37.5% from 255) = 20.61%
R=41.00%
G=38.39%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891779500.060.500.2652.3441.5955.69
HexBDB15F06321A342a38
Octal275261137066232645270
Binary10111101101100011011111011011001011010110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB15F; }

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

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

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

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

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

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

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

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