Html Css Color HEX #BDAB64 Gimblet

📋 copy color: '#BDAB64'

red 189 ◦ green 171 ◦ blue 100

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

Shades of Gimblet #BDAB64

Tints of Gimblet #BDAB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.17%

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

R = 41.09%
G = 37.17%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDAB64 (or 0xBDAB64) is known color: Gimblet. HEX triplet: BD, AB and 64. RGB value is (189,171,100). Sum of RGB (Red+Green+Blue) = 189+171+100=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB64 is #42549B. Grayscale: #A8A8A8. Windows color (decimal): -4347036 or 6597565. OLE color: 6597565.

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

Color convert

RGB 189 171 100 -
CMYK 0 0.10 0.47 0.26
HSL 47.87º 0.4% 0.57% -
HSV(B) 47.87º 0.47% 0.74% -
XYZ 37.85 40.86 17.95 -
YUV 168.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 189 171 100 0 0.10 0.47 0.26 47.87 0.4 0.57
Hex BD AB 64 0 A 2F 1A 30 28 39
Octal 275 253 144 0 12 57 32 60 50 71
Binary 10111101 10101011 1100100 0 1010 101111 11010 110000 101000 111001

Color Harmonies of #BDAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB64

Black with #BDAB64

Text Example


Text Example

White with #BDAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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