Html Css Color HEX #BDA964 Gimblet

📋 copy color: '#BDA964'

red 189 ◦ green 169 ◦ blue 100

#BDA964
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #BDA964

Tints of Gimblet #BDA964

RGB

 RED value IS 189 (74.22% from 255) = 41.27%

 GREEN value IS 169 (66.41% from 255) = 36.9%

 BLUE value IS 100 (39.45% from 255) = 21.83%

R = 41.27%
G = 36.9%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDA964 (or 0xBDA964) is known color: Gimblet. HEX triplet: BD, A9 and 64. RGB value is (189,169,100). Sum of RGB (Red+Green+Blue) = 189+169+100=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA964 is #42569B. Grayscale: #A7A7A7. Windows color (decimal): -4347548 or 6597053. OLE color: 6597053.

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

Color convert

RGB 189 169 100 -
CMYK 0 0.11 0.47 0.26
HSL 46.52º 0.4% 0.57% -
HSV(B) 46.52º 0.47% 0.74% -
XYZ 37.47 40.11 17.82 -
YUV 167.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 189 169 100 0 0.11 0.47 0.26 46.52 0.4 0.57
Hex BD A9 64 0 B 2F 1A 2F 28 39
Octal 275 251 144 0 13 57 32 57 50 71
Binary 10111101 10101001 1100100 0 1011 101111 11010 101111 101000 111001

Color Harmonies of #BDA964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA964

Black with #BDA964

Text Example


Text Example

White with #BDA964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA964; }

 p { color: rgb(189,169,100); }

 H1.HeaderClassName
 {
   color: #BDA964;
 }
 .AnyTagClassName
 {
   color: #BDA964;
 }
</style>

background-color css

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

 a { background-color: rgb(189,169,100); }

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

border-color css

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

 span { border-color: rgb(189,169,100); }

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