Html Css Color HEX #BDBA6E Dark Khaki

📋 copy color: '#BDBA6E'

red 189 ◦ green 186 ◦ blue 110

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

Shades of Dark Khaki #BDBA6E

Tints of Dark Khaki #BDBA6E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.35%

 BLUE value IS 110 (43.36% from 255) = 22.68%

R = 38.97%
G = 38.35%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDBA6E (or 0xBDBA6E) is known color: Dark Khaki. HEX triplet: BD, BA and 6E. RGB value is (189,186,110). Sum of RGB (Red+Green+Blue) = 189+186+110=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA6E is #424591. Grayscale: #B2B2B2. Windows color (decimal): -4343186 or 7256765. OLE color: 7256765.

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

Color convert

RGB 189 186 110 -
CMYK 0 0.02 0.42 0.26
HSL 57.72º 0.37% 0.59% -
HSV(B) 57.72º 0.42% 0.74% -
XYZ 41.36 47.06 21.66 -
YUV 178.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 189 186 110 0 0.02 0.42 0.26 57.72 0.37 0.59
Hex BD BA 6E 0 2 2A 1A 3A 25 3B
Octal 275 272 156 0 2 52 32 72 45 73
Binary 10111101 10111010 1101110 0 10 101010 11010 111010 100101 111011

Color Harmonies of #BDBA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA6E

Black with #BDBA6E

Text Example


Text Example

White with #BDBA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA6E; }

 p { color: rgb(189,186,110); }

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

background-color css

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

 a { background-color: rgb(189,186,110); }

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

border-color css

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

 span { border-color: rgb(189,186,110); }

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