#BDAA67

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

Shades of Gimblet #BDAA67

Tints of Gimblet #BDAA67

Color information

#BDAA67 (or 0xBDAA67) is unknown color: approx Gimblet. HEX triplet: BD, AA and 67. RGB value is (189,170,103). Sum of RGB (Red+Green+Blue) = 189+170+103=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA67 is #425598. Grayscale: #A8A8A8. Windows color (decimal): -4347289 or 6793917. OLE color: 6793917.

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

Color convert

RGB189170103-
CMYK00.100.460.26
HSL46.74º39.45%57.25%-
HSV(B)46.74º45.5%74.12%-
XYZ37.8140.5518.67-
YUV168.0491.29142.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 103 (40.62% from 255) = 22.29%
R=40.91%
G=36.80%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917010300.100.460.2646.7439.4557.25
HexBDAA670A2E1A2f2739
Octal2752521470125632574771
Binary101111011010101011001110101010111011010101111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAA67; }

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

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

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

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

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

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

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

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