#BDB561

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

Shades of Gimblet #BDB561

Tints of Gimblet #BDB561

Color information

#BDB561 (or 0xBDB561) is unknown color: approx Gimblet. HEX triplet: BD, B5 and 61. RGB value is (189,181,97). Sum of RGB (Red+Green+Blue) = 189+181+97=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB561 is #424A9E. Grayscale: #AEAEAE. Windows color (decimal): -4344479 or 6403517. OLE color: 6403517.

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

Color convert

RGB18918197-
CMYK00.040.490.26
HSL54.78º41.07%56.08%-
HSV(B)54.78º48.68%74.12%-
XYZ39.6744.7317.85-
YUV173.8284.65138.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 97 (38.28% from 255) = 20.77%
R=40.47%
G=38.76%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891819700.040.490.2654.7841.0756.08
HexBDB56104311A372938
Octal275265141046132675170
Binary10111101101101011100001010011000111010110111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB561; }

 p { color: rgb(189,181,97); }

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

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

 a { background-color: rgb(189,181,97); }

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

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

 span { border-color: rgb(189,181,97); }

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