Html Css Color HEX #BDBA68 Dark Khaki

📋 copy color: '#BDBA68'

red 189 ◦ green 186 ◦ blue 104

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

Shades of Dark Khaki #BDBA68

Tints of Dark Khaki #BDBA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.71%

R = 39.46%
G = 38.83%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDBA68 (or 0xBDBA68) is known color: Dark Khaki. HEX triplet: BD, BA and 68. RGB value is (189,186,104). Sum of RGB (Red+Green+Blue) = 189+186+104=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA68 is #424597. Grayscale: #B1B1B1. Windows color (decimal): -4343192 or 6863549. OLE color: 6863549.

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

Color convert

RGB 189 186 104 -
CMYK 0 0.02 0.45 0.26
HSL 57.88º 0.39% 0.57% -
HSV(B) 57.88º 0.45% 0.74% -
XYZ 41.04 46.94 19.99 -
YUV 177.55 86.49 136.17 -
System Red Green Blue C M Y K H S L
Decimal 189 186 104 0 0.02 0.45 0.26 57.88 0.39 0.57
Hex BD BA 68 0 2 2D 1A 3A 27 39
Octal 275 272 150 0 2 55 32 72 47 71
Binary 10111101 10111010 1101000 0 10 101101 11010 111010 100111 111001

Color Harmonies of #BDBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA68

Black with #BDBA68

Text Example


Text Example

White with #BDBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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