Html Css Color HEX #BDB368 Dark Khaki

📋 copy color: '#BDB368'

red 189 ◦ green 179 ◦ blue 104

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

Shades of Dark Khaki #BDB368

Tints of Dark Khaki #BDB368

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.92%

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

R = 40.04%
G = 37.92%
B = 22.03%

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

#BDB368 (or 0xBDB368) is known color: Dark Khaki. HEX triplet: BD, B3 and 68. RGB value is (189,179,104). Sum of RGB (Red+Green+Blue) = 189+179+104=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB368 is #424C97. Grayscale: #ADADAD. Windows color (decimal): -4344984 or 6861757. OLE color: 6861757.

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

Color convert

RGB 189 179 104 -
CMYK 0 0.05 0.45 0.26
HSL 52.94º 0.39% 0.57% -
HSV(B) 52.94º 0.45% 0.74% -
XYZ 39.61 44.06 19.51 -
YUV 173.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 189 179 104 0 0.05 0.45 0.26 52.94 0.39 0.57
Hex BD B3 68 0 5 2D 1A 35 27 39
Octal 275 263 150 0 5 55 32 65 47 71
Binary 10111101 10110011 1101000 0 101 101101 11010 110101 100111 111001

Color Harmonies of #BDB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB368

Black with #BDB368

Text Example


Text Example

White with #BDB368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB368; }

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

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

background-color css

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

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

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

border-color css

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

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

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