#BDB067

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

Shades of Gimblet #BDB067

Tints of Gimblet #BDB067

Color information

#BDB067 (or 0xBDB067) is unknown color: approx Gimblet. HEX triplet: BD, B0 and 67. RGB value is (189,176,103). Sum of RGB (Red+Green+Blue) = 189+176+103=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB067 is #424F98. Grayscale: #ABABAB. Windows color (decimal): -4345753 or 6795453. OLE color: 6795453.

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

Color convert

RGB189176103-
CMYK00.070.460.26
HSL50.93º39.45%57.25%-
HSV(B)50.93º45.5%74.12%-
XYZ38.9642.8519.05-
YUV171.5689.31140.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 103 (40.62% from 255) = 22.01%
R=40.38%
G=37.61%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917610300.070.460.2650.9339.4557.25
HexBDB067072E1A332739
Octal275260147075632634771
Binary10111101101100001100111011110111011010110011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB067; }

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

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

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

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

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

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

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

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