Html Css Color HEX #BDB564 Dark Khaki

📋 copy color: '#BDB564'

red 189 ◦ green 181 ◦ blue 100

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

Shades of Dark Khaki #BDB564

Tints of Dark Khaki #BDB564

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.51%

 BLUE value IS 100 (39.45% from 255) = 21.28%

R = 40.21%
G = 38.51%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDB564 (or 0xBDB564) is known color: Dark Khaki. HEX triplet: BD, B5 and 64. RGB value is (189,181,100). Sum of RGB (Red+Green+Blue) = 189+181+100=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB564 is #424A9B. Grayscale: #AEAEAE. Windows color (decimal): -4344476 or 6600125. OLE color: 6600125.

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

Color convert

RGB 189 181 100 -
CMYK 0 0.04 0.47 0.26
HSL 54.61º 0.4% 0.57% -
HSV(B) 54.61º 0.47% 0.74% -
XYZ 39.81 44.79 18.6 -
YUV 174.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 189 181 100 0 0.04 0.47 0.26 54.61 0.4 0.57
Hex BD B5 64 0 4 2F 1A 37 28 39
Octal 275 265 144 0 4 57 32 67 50 71
Binary 10111101 10110101 1100100 0 100 101111 11010 110111 101000 111001

Color Harmonies of #BDB564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB564

Black with #BDB564

Text Example


Text Example

White with #BDB564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB564; }

 p { color: rgb(189,181,100); }

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

background-color css

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

 a { background-color: rgb(189,181,100); }

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

border-color css

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

 span { border-color: rgb(189,181,100); }

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