#BDAF67

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

Shades of Gimblet #BDAF67

Tints of Gimblet #BDAF67

Color information

#BDAF67 (or 0xBDAF67) is unknown color: approx Gimblet. HEX triplet: BD, AF and 67. RGB value is (189,175,103). Sum of RGB (Red+Green+Blue) = 189+175+103=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF67 is #425098. Grayscale: #ABABAB. Windows color (decimal): -4346009 or 6795197. OLE color: 6795197.

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

Color convert

RGB189175103-
CMYK00.070.460.26
HSL50.23º39.45%57.25%-
HSV(B)50.23º45.5%74.12%-
XYZ38.7642.4618.98-
YUV170.9889.64140.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=40.47%
G=37.47%
B=22.06%

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
Decimal18917510300.070.460.2650.2339.4557.25
HexBDAF67072E1A322739
Octal275257147075632624771
Binary10111101101011111100111011110111011010110010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF67; }

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

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

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

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

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

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

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

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