#BDB167

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

Shades of Gimblet #BDB167

Tints of Gimblet #BDB167

Color information

#BDB167 (or 0xBDB167) is unknown color: approx Gimblet. HEX triplet: BD, B1 and 67. RGB value is (189,177,103). Sum of RGB (Red+Green+Blue) = 189+177+103=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB167 is #424E98. Grayscale: #ACACAC. Windows color (decimal): -4345497 or 6795709. OLE color: 6795709.

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

Color convert

RGB189177103-
CMYK00.060.460.26
HSL51.63º39.45%57.25%-
HSV(B)51.63º45.5%74.12%-
XYZ39.1643.2419.11-
YUV172.1588.98140.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=40.30%
G=37.74%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917710300.060.460.2651.6339.4557.25
HexBDB167062E1A342739
Octal275261147065632644771
Binary10111101101100011100111011010111011010110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB167; }

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

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

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

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

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

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

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

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