#BDB360

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

Shades of Gimblet #BDB360

Tints of Gimblet #BDB360

Color information

#BDB360 (or 0xBDB360) is unknown color: approx Gimblet. HEX triplet: BD, B3 and 60. RGB value is (189,179,96). Sum of RGB (Red+Green+Blue) = 189+179+96=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB360 is #424C9F. Grayscale: #ACACAC. Windows color (decimal): -4344992 or 6337469. OLE color: 6337469.

HSL color Cylindrical-coordinate representation of color #BDB360: hue angle of 53.55º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDB360 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18917996-
CMYK00.050.490.26
HSL53.55º41.33%55.88%-
HSV(B)53.55º49.21%74.12%-
XYZ39.2243.917.47-
YUV172.5384.81139.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.73%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 96 (37.89% from 255) = 20.69%
R=40.73%
G=38.58%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891799600.050.490.2653.5541.3355.88
HexBDB36005311A362938
Octal275263140056132665170
Binary10111101101100111100000010111000111010110110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB360; }

 p { color: rgb(189,179,96); }

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

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

 a { background-color: rgb(189,179,96); }

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

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

 span { border-color: rgb(189,179,96); }

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