Html Css Color HEX #BDB467 Dark Khaki

📋 copy color: '#BDB467'

red 189 ◦ green 180 ◦ blue 103

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

Shades of Dark Khaki #BDB467

Tints of Dark Khaki #BDB467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.82%

R = 40.04%
G = 38.14%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDB467 (or 0xBDB467) is known color: Dark Khaki. HEX triplet: BD, B4 and 67. RGB value is (189,180,103). Sum of RGB (Red+Green+Blue) = 189+180+103=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB467 is #424B98. Grayscale: #AEAEAE. Windows color (decimal): -4344729 or 6796477. OLE color: 6796477.

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

Color convert

RGB 189 180 103 -
CMYK 0 0.05 0.46 0.26
HSL 53.72º 0.39% 0.57% -
HSV(B) 53.72º 0.46% 0.74% -
XYZ 39.76 44.44 19.31 -
YUV 173.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 189 180 103 0 0.05 0.46 0.26 53.72 0.39 0.57
Hex BD B4 67 0 5 2E 1A 36 27 39
Octal 275 264 147 0 5 56 32 66 47 71
Binary 10111101 10110100 1100111 0 101 101110 11010 110110 100111 111001

Color Harmonies of #BDB467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB467

Black with #BDB467

Text Example


Text Example

White with #BDB467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB467; }

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

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

background-color css

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

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

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

border-color css

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

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

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