#BDB05F

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

Shades of Gimblet #BDB05F

Tints of Gimblet #BDB05F

Color information

#BDB05F (or 0xBDB05F) is unknown color: approx Gimblet. HEX triplet: BD, B0 and 5F. RGB value is (189,176,95). Sum of RGB (Red+Green+Blue) = 189+176+95=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB05F is #424FA0. Grayscale: #AAAAAA. Windows color (decimal): -4345761 or 6271165. OLE color: 6271165.

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

Color convert

RGB18917695-
CMYK00.070.500.26
HSL51.7º41.59%55.69%-
HSV(B)51.7º49.74%74.12%-
XYZ38.5842.717.03-
YUV170.6585.31141.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 176 (69.14% from 255) = 38.26%
BLUE value IS 95 (37.5% from 255) = 20.65%
R=41.09%
G=38.26%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891769500.070.500.2651.741.5955.69
HexBDB05F07321A342a38
Octal275260137076232645270
Binary10111101101100001011111011111001011010110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB05F; }

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

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

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

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

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

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

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

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