Html Css Color HEX #BDAE64 Gimblet

📋 copy color: '#BDAE64'

red 189 ◦ green 174 ◦ blue 100

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

Shades of Gimblet #BDAE64

Tints of Gimblet #BDAE64

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.58%

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

R = 40.82%
G = 37.58%
B = 21.6%

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

#BDAE64 (or 0xBDAE64) is known color: Gimblet. HEX triplet: BD, AE and 64. RGB value is (189,174,100). Sum of RGB (Red+Green+Blue) = 189+174+100=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE64 is #42519B. Grayscale: #AAAAAA. Windows color (decimal): -4346268 or 6598333. OLE color: 6598333.

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

Color convert

RGB 189 174 100 -
CMYK 0 0.08 0.47 0.26
HSL 49.89º 0.4% 0.57% -
HSV(B) 49.89º 0.47% 0.74% -
XYZ 38.42 42.01 18.14 -
YUV 170.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 189 174 100 0 0.08 0.47 0.26 49.89 0.4 0.57
Hex BD AE 64 0 8 2F 1A 32 28 39
Octal 275 256 144 0 10 57 32 62 50 71
Binary 10111101 10101110 1100100 0 1000 101111 11010 110010 101000 111001

Color Harmonies of #BDAE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE64

Black with #BDAE64

Text Example


Text Example

White with #BDAE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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