Html Css Color HEX #BEB86F Dark Khaki

📋 copy color: '#BEB86F'

red 190 ◦ green 184 ◦ blue 111

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

Shades of Dark Khaki #BEB86F

Tints of Dark Khaki #BEB86F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.94%

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

R = 39.18%
G = 37.94%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BEB86F (or 0xBEB86F) is known color: Dark Khaki. HEX triplet: BE, B8 and 6F. RGB value is (190,184,111). Sum of RGB (Red+Green+Blue) = 190+184+111=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB86F is #414790. Grayscale: #B1B1B1. Windows color (decimal): -4278161 or 7321790. OLE color: 7321790.

HSL color Cylindrical-coordinate representation of color #BEB86F: hue angle of 55.44º 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 #BEB86F is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 184 111 -
CMYK 0 0.03 0.42 0.25
HSL 55.44º 0.38% 0.59% -
HSV(B) 55.44º 0.42% 0.75% -
XYZ 41.24 46.38 21.82 -
YUV 177.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 190 184 111 0 0.03 0.42 0.25 55.44 0.38 0.59
Hex BE B8 6F 0 3 2A 19 37 26 3B
Octal 276 270 157 0 3 52 31 67 46 73
Binary 10111110 10111000 1101111 0 11 101010 11001 110111 100110 111011

Color Harmonies of #BEB86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB86F

Black with #BEB86F

Text Example


Text Example

White with #BEB86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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