Html Css Color HEX #BEAD6F Dark Khaki

📋 copy color: '#BEAD6F'

red 190 ◦ green 173 ◦ blue 111

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

Shades of Dark Khaki #BEAD6F

Tints of Dark Khaki #BEAD6F

RGB

 RED value IS 190 (74.61% from 255) = 40.08%

 GREEN value IS 173 (67.97% from 255) = 36.5%

 BLUE value IS 111 (43.75% from 255) = 23.42%

R = 40.08%
G = 36.5%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BEAD6F (or 0xBEAD6F) is known color: Dark Khaki. HEX triplet: BE, AD and 6F. RGB value is (190,173,111). Sum of RGB (Red+Green+Blue) = 190+173+111=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD6F is #415290. Grayscale: #ABABAB. Windows color (decimal): -4280977 or 7318974. OLE color: 7318974.

HSL color Cylindrical-coordinate representation of color #BEAD6F: hue angle of 47.09º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEAD6F is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 173 111 -
CMYK 0 0.09 0.42 0.25
HSL 47.09º 0.38% 0.59% -
HSV(B) 47.09º 0.42% 0.75% -
XYZ 39.05 41.98 21.08 -
YUV 171.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 190 173 111 0 0.09 0.42 0.25 47.09 0.38 0.59
Hex BE AD 6F 0 9 2A 19 2F 26 3B
Octal 276 255 157 0 11 52 31 57 46 73
Binary 10111110 10101101 1101111 0 1001 101010 11001 101111 100110 111011

Color Harmonies of #BEAD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD6F

Black with #BEAD6F

Text Example


Text Example

White with #BEAD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD6F; }

 p { color: rgb(190,173,111); }

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

background-color css

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

 a { background-color: rgb(190,173,111); }

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

border-color css

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

 span { border-color: rgb(190,173,111); }

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