Html Css Color HEX #BDB868 Dark Khaki

📋 copy color: '#BDB868'

red 189 ◦ green 184 ◦ blue 104

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

Shades of Dark Khaki #BDB868

Tints of Dark Khaki #BDB868

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.57%

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

R = 39.62%
G = 38.57%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDB868 (or 0xBDB868) is known color: Dark Khaki. HEX triplet: BD, B8 and 68. RGB value is (189,184,104). Sum of RGB (Red+Green+Blue) = 189+184+104=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB868 is #424797. Grayscale: #B0B0B0. Windows color (decimal): -4343704 or 6863037. OLE color: 6863037.

HSL color Cylindrical-coordinate representation of color #BDB868: hue angle of 56.47º 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 #BDB868 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 104 -
CMYK 0 0.03 0.45 0.26
HSL 56.47º 0.39% 0.57% -
HSV(B) 56.47º 0.45% 0.74% -
XYZ 40.63 46.1 19.85 -
YUV 176.38 87.16 137 -
System Red Green Blue C M Y K H S L
Decimal 189 184 104 0 0.03 0.45 0.26 56.47 0.39 0.57
Hex BD B8 68 0 3 2D 1A 38 27 39
Octal 275 270 150 0 3 55 32 70 47 71
Binary 10111101 10111000 1101000 0 11 101101 11010 111000 100111 111001

Color Harmonies of #BDB868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB868

Black with #BDB868

Text Example


Text Example

White with #BDB868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB868; }

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

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

background-color css

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

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

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

border-color css

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

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

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