Html Css Color HEX #BDB863 Dark Khaki

📋 copy color: '#BDB863'

red 189 ◦ green 184 ◦ blue 99

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

Shades of Dark Khaki #BDB863

Tints of Dark Khaki #BDB863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.97%

R = 40.04%
G = 38.98%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BDB863 (or 0xBDB863) is known color: Dark Khaki. HEX triplet: BD, B8 and 63. RGB value is (189,184,99). Sum of RGB (Red+Green+Blue) = 189+184+99=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB863 is #42479C. Grayscale: #B0B0B0. Windows color (decimal): -4343709 or 6535357. OLE color: 6535357.

HSL color Cylindrical-coordinate representation of color #BDB863: hue angle of 56.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDB863 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 99 -
CMYK 0 0.03 0.48 0.26
HSL 56.67º 0.41% 0.56% -
HSV(B) 56.67º 0.48% 0.74% -
XYZ 40.38 46 18.56 -
YUV 175.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 189 184 99 0 0.03 0.48 0.26 56.67 0.41 0.56
Hex BD B8 63 0 3 30 1A 39 29 38
Octal 275 270 143 0 3 60 32 71 51 70
Binary 10111101 10111000 1100011 0 11 110000 11010 111001 101001 111000

Color Harmonies of #BDB863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB863

Black with #BDB863

Text Example


Text Example

White with #BDB863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB863; }

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

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

background-color css

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

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

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

border-color css

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

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

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