Html Css Color HEX #BDB961 Dark Khaki

📋 copy color: '#BDB961'

red 189 ◦ green 185 ◦ blue 97

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

Shades of Dark Khaki #BDB961

Tints of Dark Khaki #BDB961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.59%

R = 40.13%
G = 39.28%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDB961 (or 0xBDB961) is known color: Dark Khaki. HEX triplet: BD, B9 and 61. RGB value is (189,185,97). Sum of RGB (Red+Green+Blue) = 189+185+97=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB961 is #42469E. Grayscale: #B0B0B0. Windows color (decimal): -4343455 or 6404541. OLE color: 6404541.

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

Color convert

RGB 189 185 97 -
CMYK 0 0.02 0.49 0.26
HSL 57.39º 0.41% 0.56% -
HSV(B) 57.39º 0.49% 0.74% -
XYZ 40.49 46.38 18.13 -
YUV 176.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 189 185 97 0 0.02 0.49 0.26 57.39 0.41 0.56
Hex BD B9 61 0 2 31 1A 39 29 38
Octal 275 271 141 0 2 61 32 71 51 70
Binary 10111101 10111001 1100001 0 10 110001 11010 111001 101001 111000

Color Harmonies of #BDB961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB961

Black with #BDB961

Text Example


Text Example

White with #BDB961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB961; }

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

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

background-color css

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

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

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

border-color css

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

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

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