Html Css Color HEX #BDB865 Dark Khaki

📋 copy color: '#BDB865'

red 189 ◦ green 184 ◦ blue 101

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

Shades of Dark Khaki #BDB865

Tints of Dark Khaki #BDB865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.31%

R = 39.87%
G = 38.82%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDB865 (or 0xBDB865) is known color: Dark Khaki. HEX triplet: BD, B8 and 65. RGB value is (189,184,101). Sum of RGB (Red+Green+Blue) = 189+184+101=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB865 is #42479A. Grayscale: #B0B0B0. Windows color (decimal): -4343707 or 6666429. OLE color: 6666429.

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

Color convert

RGB 189 184 101 -
CMYK 0 0.03 0.47 0.26
HSL 56.59º 0.4% 0.57% -
HSV(B) 56.59º 0.47% 0.74% -
XYZ 40.48 46.04 19.07 -
YUV 176.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 189 184 101 0 0.03 0.47 0.26 56.59 0.4 0.57
Hex BD B8 65 0 3 2F 1A 39 28 39
Octal 275 270 145 0 3 57 32 71 50 71
Binary 10111101 10111000 1100101 0 11 101111 11010 111001 101000 111001

Color Harmonies of #BDB865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB865

Black with #BDB865

Text Example


Text Example

White with #BDB865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB865; }

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

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

background-color css

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

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

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

border-color css

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

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

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