Html Css Color HEX #BEB96D Dark Khaki

📋 copy color: '#BEB96D'

red 190 ◦ green 185 ◦ blue 109

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

Shades of Dark Khaki #BEB96D

Tints of Dark Khaki #BEB96D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.22%

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

R = 39.26%
G = 38.22%
B = 22.52%

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

#BEB96D (or 0xBEB96D) is known color: Dark Khaki. HEX triplet: BE, B9 and 6D. RGB value is (190,185,109). Sum of RGB (Red+Green+Blue) = 190+185+109=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB96D is #414692. Grayscale: #B2B2B2. Windows color (decimal): -4277907 or 7190974. OLE color: 7190974.

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

Color convert

RGB 190 185 109 -
CMYK 0 0.03 0.43 0.25
HSL 56.3º 0.38% 0.59% -
HSV(B) 56.3º 0.43% 0.75% -
XYZ 41.34 46.75 21.31 -
YUV 177.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 190 185 109 0 0.03 0.43 0.25 56.3 0.38 0.59
Hex BE B9 6D 0 3 2B 19 38 26 3B
Octal 276 271 155 0 3 53 31 70 46 73
Binary 10111110 10111001 1101101 0 11 101011 11001 111000 100110 111011

Color Harmonies of #BEB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB96D

Black with #BEB96D

Text Example


Text Example

White with #BEB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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