Html Css Color HEX #BDB965 Dark Khaki

📋 copy color: '#BDB965'

red 189 ◦ green 185 ◦ blue 101

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

Shades of Dark Khaki #BDB965

Tints of Dark Khaki #BDB965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.26%

R = 39.79%
G = 38.95%
B = 21.26%

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

#BDB965 (or 0xBDB965) is known color: Dark Khaki. HEX triplet: BD, B9 and 65. RGB value is (189,185,101). Sum of RGB (Red+Green+Blue) = 189+185+101=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB965 is #42469A. Grayscale: #B0B0B0. Windows color (decimal): -4343451 or 6666685. OLE color: 6666685.

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

Color convert

RGB 189 185 101 -
CMYK 0 0.02 0.47 0.26
HSL 57.27º 0.4% 0.57% -
HSV(B) 57.27º 0.47% 0.74% -
XYZ 40.68 46.46 19.13 -
YUV 176.62 85.33 136.83 -
System Red Green Blue C M Y K H S L
Decimal 189 185 101 0 0.02 0.47 0.26 57.27 0.4 0.57
Hex BD B9 65 0 2 2F 1A 39 28 39
Octal 275 271 145 0 2 57 32 71 50 71
Binary 10111101 10111001 1100101 0 10 101111 11010 111001 101000 111001

Color Harmonies of #BDB965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB965

Black with #BDB965

Text Example


Text Example

White with #BDB965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB965; }

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

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

background-color css

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

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

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

border-color css

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

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

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