Html Css Color HEX #BDB468 Dark Khaki

📋 copy color: '#BDB468'

red 189 ◦ green 180 ◦ blue 104

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

Shades of Dark Khaki #BDB468

Tints of Dark Khaki #BDB468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.99%

R = 39.96%
G = 38.05%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDB468 (or 0xBDB468) is known color: Dark Khaki. HEX triplet: BD, B4 and 68. RGB value is (189,180,104). Sum of RGB (Red+Green+Blue) = 189+180+104=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB468 is #424B97. Grayscale: #AEAEAE. Windows color (decimal): -4344728 or 6862013. OLE color: 6862013.

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

Color convert

RGB 189 180 104 -
CMYK 0 0.05 0.45 0.26
HSL 53.65º 0.39% 0.57% -
HSV(B) 53.65º 0.45% 0.74% -
XYZ 39.81 44.46 19.58 -
YUV 174.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 189 180 104 0 0.05 0.45 0.26 53.65 0.39 0.57
Hex BD B4 68 0 5 2D 1A 36 27 39
Octal 275 264 150 0 5 55 32 66 47 71
Binary 10111101 10110100 1101000 0 101 101101 11010 110110 100111 111001

Color Harmonies of #BDB468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB468

Black with #BDB468

Text Example


Text Example

White with #BDB468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB468; }

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

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

background-color css

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

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

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

border-color css

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

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

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