Html Css Color HEX #BDB664 Dark Khaki

📋 copy color: '#BDB664'

red 189 ◦ green 182 ◦ blue 100

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

Shades of Dark Khaki #BDB664

Tints of Dark Khaki #BDB664

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.64%

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

R = 40.13%
G = 38.64%
B = 21.23%

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

#BDB664 (or 0xBDB664) is known color: Dark Khaki. HEX triplet: BD, B6 and 64. RGB value is (189,182,100). Sum of RGB (Red+Green+Blue) = 189+182+100=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB664 is #42499B. Grayscale: #AFAFAF. Windows color (decimal): -4344220 or 6600381. OLE color: 6600381.

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

Color convert

RGB 189 182 100 -
CMYK 0 0.04 0.47 0.26
HSL 55.28º 0.4% 0.57% -
HSV(B) 55.28º 0.47% 0.74% -
XYZ 40.01 45.19 18.67 -
YUV 174.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 189 182 100 0 0.04 0.47 0.26 55.28 0.4 0.57
Hex BD B6 64 0 4 2F 1A 37 28 39
Octal 275 266 144 0 4 57 32 67 50 71
Binary 10111101 10110110 1100100 0 100 101111 11010 110111 101000 111001

Color Harmonies of #BDB664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB664

Black with #BDB664

Text Example


Text Example

White with #BDB664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB664; }

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

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

background-color css

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

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

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

border-color css

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

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

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