#BDAF5A

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

Shades of Gimblet #BDAF5A

Tints of Gimblet #BDAF5A

Color information

#BDAF5A (or 0xBDAF5A) is unknown color: approx Gimblet. HEX triplet: BD, AF and 5A. RGB value is (189,175,90). Sum of RGB (Red+Green+Blue) = 189+175+90=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF5A is #4250A5. Grayscale: #A9A9A9. Windows color (decimal): -4346022 or 5943229. OLE color: 5943229.

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

Color convert

RGB18917590-
CMYK00.070.520.26
HSL51.52º42.86%54.71%-
HSV(B)51.52º52.38%74.12%-
XYZ38.1642.2215.81-
YUV169.583.14141.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.63%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 90 (35.55% from 255) = 19.82%
R=41.63%
G=38.55%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891759000.070.520.2651.5242.8654.71
HexBDAF5A07341A342b37
Octal275257132076432645367
Binary10111101101011111011010011111010011010110100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF5A; }

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

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

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

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

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

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

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

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