Html Css Color HEX #BDAD64 Gimblet

📋 copy color: '#BDAD64'

red 189 ◦ green 173 ◦ blue 100

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

Shades of Gimblet #BDAD64

Tints of Gimblet #BDAD64

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.45%

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

R = 40.91%
G = 37.45%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDAD64 (or 0xBDAD64) is known color: Gimblet. HEX triplet: BD, AD and 64. RGB value is (189,173,100). Sum of RGB (Red+Green+Blue) = 189+173+100=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD64 is #42529B. Grayscale: #A9A9A9. Windows color (decimal): -4346524 or 6598077. OLE color: 6598077.

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

Color convert

RGB 189 173 100 -
CMYK 0 0.08 0.47 0.26
HSL 49.21º 0.4% 0.57% -
HSV(B) 49.21º 0.47% 0.74% -
XYZ 38.23 41.63 18.08 -
YUV 169.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 189 173 100 0 0.08 0.47 0.26 49.21 0.4 0.57
Hex BD AD 64 0 8 2F 1A 31 28 39
Octal 275 255 144 0 10 57 32 61 50 71
Binary 10111101 10101101 1100100 0 1000 101111 11010 110001 101000 111001

Color Harmonies of #BDAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD64

Black with #BDAD64

Text Example


Text Example

White with #BDAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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