Html Css Color HEX #BDB764 Dark Khaki

📋 copy color: '#BDB764'

red 189 ◦ green 183 ◦ blue 100

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

Shades of Dark Khaki #BDB764

Tints of Dark Khaki #BDB764

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.77%

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

R = 40.04%
G = 38.77%
B = 21.19%

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

#BDB764 (or 0xBDB764) is known color: Dark Khaki. HEX triplet: BD, B7 and 64. RGB value is (189,183,100). Sum of RGB (Red+Green+Blue) = 189+183+100=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB764 is #42489B. Grayscale: #AFAFAF. Windows color (decimal): -4343964 or 6600637. OLE color: 6600637.

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

Color convert

RGB 189 183 100 -
CMYK 0 0.03 0.47 0.26
HSL 55.96º 0.4% 0.57% -
HSV(B) 55.96º 0.47% 0.74% -
XYZ 40.22 45.61 18.74 -
YUV 175.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 189 183 100 0 0.03 0.47 0.26 55.96 0.4 0.57
Hex BD B7 64 0 3 2F 1A 38 28 39
Octal 275 267 144 0 3 57 32 70 50 71
Binary 10111101 10110111 1100100 0 11 101111 11010 111000 101000 111001

Color Harmonies of #BDB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB764

Black with #BDB764

Text Example


Text Example

White with #BDB764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB764; }

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

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

background-color css

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

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

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

border-color css

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

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

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