Html Css Color HEX #BDB969 Dark Khaki

📋 copy color: '#BDB969'

red 189 ◦ green 185 ◦ blue 105

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

Shades of Dark Khaki #BDB969

Tints of Dark Khaki #BDB969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.92%

R = 39.46%
G = 38.62%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDB969 (or 0xBDB969) is known color: Dark Khaki. HEX triplet: BD, B9 and 69. RGB value is (189,185,105). Sum of RGB (Red+Green+Blue) = 189+185+105=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB969 is #424696. Grayscale: #B1B1B1. Windows color (decimal): -4343447 or 6928829. OLE color: 6928829.

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

Color convert

RGB 189 185 105 -
CMYK 0 0.02 0.44 0.26
HSL 57.14º 0.39% 0.58% -
HSV(B) 57.14º 0.44% 0.74% -
XYZ 40.89 46.54 20.19 -
YUV 177.08 87.33 136.5 -
System Red Green Blue C M Y K H S L
Decimal 189 185 105 0 0.02 0.44 0.26 57.14 0.39 0.58
Hex BD B9 69 0 2 2C 1A 39 27 3A
Octal 275 271 151 0 2 54 32 71 47 72
Binary 10111101 10111001 1101001 0 10 101100 11010 111001 100111 111010

Color Harmonies of #BDB969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB969

Black with #BDB969

Text Example


Text Example

White with #BDB969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB969; }

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

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

background-color css

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

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

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

border-color css

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

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

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