Html Css Color HEX #BEB86D Dark Khaki

📋 copy color: '#BEB86D'

red 190 ◦ green 184 ◦ blue 109

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

Shades of Dark Khaki #BEB86D

Tints of Dark Khaki #BEB86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.57%

R = 39.34%
G = 38.1%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEB86D (or 0xBEB86D) is known color: Dark Khaki. HEX triplet: BE, B8 and 6D. RGB value is (190,184,109). Sum of RGB (Red+Green+Blue) = 190+184+109=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB86D is #414792. Grayscale: #B1B1B1. Windows color (decimal): -4278163 or 7190718. OLE color: 7190718.

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

Color convert

RGB 190 184 109 -
CMYK 0 0.03 0.43 0.25
HSL 55.56º 0.38% 0.59% -
HSV(B) 55.56º 0.43% 0.75% -
XYZ 41.14 46.33 21.24 -
YUV 177.24 89.49 137.1 -
System Red Green Blue C M Y K H S L
Decimal 190 184 109 0 0.03 0.43 0.25 55.56 0.38 0.59
Hex BE B8 6D 0 3 2B 19 38 26 3B
Octal 276 270 155 0 3 53 31 70 46 73
Binary 10111110 10111000 1101101 0 11 101011 11001 111000 100110 111011

Color Harmonies of #BEB86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB86D

Black with #BEB86D

Text Example


Text Example

White with #BEB86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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