Html Css Color HEX #BDBA66 Dark Khaki

📋 copy color: '#BDBA66'

red 189 ◦ green 186 ◦ blue 102

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

Shades of Dark Khaki #BDBA66

Tints of Dark Khaki #BDBA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.38%

R = 39.62%
G = 38.99%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDBA66 (or 0xBDBA66) is known color: Dark Khaki. HEX triplet: BD, BA and 66. RGB value is (189,186,102). Sum of RGB (Red+Green+Blue) = 189+186+102=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA66 is #424599. Grayscale: #B1B1B1. Windows color (decimal): -4343194 or 6732477. OLE color: 6732477.

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

Color convert

RGB 189 186 102 -
CMYK 0 0.02 0.46 0.26
HSL 57.93º 0.4% 0.57% -
HSV(B) 57.93º 0.46% 0.74% -
XYZ 40.94 46.9 19.46 -
YUV 177.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 189 186 102 0 0.02 0.46 0.26 57.93 0.4 0.57
Hex BD BA 66 0 2 2E 1A 3A 28 39
Octal 275 272 146 0 2 56 32 72 50 71
Binary 10111101 10111010 1100110 0 10 101110 11010 111010 101000 111001

Color Harmonies of #BDBA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA66

Black with #BDBA66

Text Example


Text Example

White with #BDBA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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