Html Css Color HEX #BDAC64 Gimblet

📋 copy color: '#BDAC64'

red 189 ◦ green 172 ◦ blue 100

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

Shades of Gimblet #BDAC64

Tints of Gimblet #BDAC64

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.31%

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

R = 41%
G = 37.31%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDAC64 (or 0xBDAC64) is known color: Gimblet. HEX triplet: BD, AC and 64. RGB value is (189,172,100). Sum of RGB (Red+Green+Blue) = 189+172+100=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC64 is #42539B. Grayscale: #A9A9A9. Windows color (decimal): -4346780 or 6597821. OLE color: 6597821.

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

Color convert

RGB 189 172 100 -
CMYK 0 0.09 0.47 0.26
HSL 48.54º 0.4% 0.57% -
HSV(B) 48.54º 0.47% 0.74% -
XYZ 38.04 41.24 18.01 -
YUV 168.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 189 172 100 0 0.09 0.47 0.26 48.54 0.4 0.57
Hex BD AC 64 0 9 2F 1A 31 28 39
Octal 275 254 144 0 11 57 32 61 50 71
Binary 10111101 10101100 1100100 0 1001 101111 11010 110001 101000 111001

Color Harmonies of #BDAC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC64

Black with #BDAC64

Text Example


Text Example

White with #BDAC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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