Html Css Color HEX #BDB964 Dark Khaki

📋 copy color: '#BDB964'

red 189 ◦ green 185 ◦ blue 100

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

Shades of Dark Khaki #BDB964

Tints of Dark Khaki #BDB964

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.03%

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

R = 39.87%
G = 39.03%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDB964 (or 0xBDB964) is known color: Dark Khaki. HEX triplet: BD, B9 and 64. RGB value is (189,185,100). Sum of RGB (Red+Green+Blue) = 189+185+100=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB964 is #42469B. Grayscale: #B0B0B0. Windows color (decimal): -4343452 or 6601149. OLE color: 6601149.

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

Color convert

RGB 189 185 100 -
CMYK 0 0.02 0.47 0.26
HSL 57.3º 0.4% 0.57% -
HSV(B) 57.3º 0.47% 0.74% -
XYZ 40.64 46.44 18.88 -
YUV 176.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 189 185 100 0 0.02 0.47 0.26 57.3 0.4 0.57
Hex BD B9 64 0 2 2F 1A 39 28 39
Octal 275 271 144 0 2 57 32 71 50 71
Binary 10111101 10111001 1100100 0 10 101111 11010 111001 101000 111001

Color Harmonies of #BDB964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB964

Black with #BDB964

Text Example


Text Example

White with #BDB964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB964; }

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

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

background-color css

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

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

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

border-color css

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

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

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