Html Css Color HEX #BDB465 Dark Khaki

📋 copy color: '#BDB465'

red 189 ◦ green 180 ◦ blue 101

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

Shades of Dark Khaki #BDB465

Tints of Dark Khaki #BDB465

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.3%

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

R = 40.21%
G = 38.3%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDB465 (or 0xBDB465) is known color: Dark Khaki. HEX triplet: BD, B4 and 65. RGB value is (189,180,101). Sum of RGB (Red+Green+Blue) = 189+180+101=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB465 is #424B9A. Grayscale: #AEAEAE. Windows color (decimal): -4344731 or 6665405. OLE color: 6665405.

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

Color convert

RGB 189 180 101 -
CMYK 0 0.05 0.47 0.26
HSL 53.86º 0.4% 0.57% -
HSV(B) 53.86º 0.47% 0.74% -
XYZ 39.66 44.4 18.79 -
YUV 173.69 86.98 138.92 -
System Red Green Blue C M Y K H S L
Decimal 189 180 101 0 0.05 0.47 0.26 53.86 0.4 0.57
Hex BD B4 65 0 5 2F 1A 36 28 39
Octal 275 264 145 0 5 57 32 66 50 71
Binary 10111101 10110100 1100101 0 101 101111 11010 110110 101000 111001

Color Harmonies of #BDB465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB465

Black with #BDB465

Text Example


Text Example

White with #BDB465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB465; }

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

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

background-color css

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

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

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

border-color css

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

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

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