Html Css Color HEX #BDB963 Dark Khaki

📋 copy color: '#BDB963'

red 189 ◦ green 185 ◦ blue 99

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

Shades of Dark Khaki #BDB963

Tints of Dark Khaki #BDB963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.93%

R = 39.96%
G = 39.11%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BDB963 (or 0xBDB963) is known color: Dark Khaki. HEX triplet: BD, B9 and 63. RGB value is (189,185,99). Sum of RGB (Red+Green+Blue) = 189+185+99=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB963 is #42469C. Grayscale: #B0B0B0. Windows color (decimal): -4343453 or 6535613. OLE color: 6535613.

HSL color Cylindrical-coordinate representation of color #BDB963: hue angle of 57.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDB963 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 99 -
CMYK 0 0.02 0.48 0.26
HSL 57.33º 0.41% 0.56% -
HSV(B) 57.33º 0.48% 0.74% -
XYZ 40.59 46.42 18.62 -
YUV 176.39 84.33 136.99 -
System Red Green Blue C M Y K H S L
Decimal 189 185 99 0 0.02 0.48 0.26 57.33 0.41 0.56
Hex BD B9 63 0 2 30 1A 39 29 38
Octal 275 271 143 0 2 60 32 71 51 70
Binary 10111101 10111001 1100011 0 10 110000 11010 111001 101001 111000

Color Harmonies of #BDB963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB963

Black with #BDB963

Text Example


Text Example

White with #BDB963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB963; }

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

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

background-color css

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

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

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

border-color css

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

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

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