Html Css Color HEX #BEB16E Dark Khaki

📋 copy color: '#BEB16E'

red 190 ◦ green 177 ◦ blue 110

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

Shades of Dark Khaki #BEB16E

Tints of Dark Khaki #BEB16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.11%

 BLUE value IS 110 (43.36% from 255) = 23.06%

R = 39.83%
G = 37.11%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BEB16E (or 0xBEB16E) is known color: Dark Khaki. HEX triplet: BE, B1 and 6E. RGB value is (190,177,110). Sum of RGB (Red+Green+Blue) = 190+177+110=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB16E is #414E91. Grayscale: #ADADAD. Windows color (decimal): -4279954 or 7254462. OLE color: 7254462.

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

Color convert

RGB 190 177 110 -
CMYK 0 0.07 0.42 0.25
HSL 50.25º 0.38% 0.59% -
HSV(B) 50.25º 0.42% 0.75% -
XYZ 39.77 43.52 21.06 -
YUV 173.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 190 177 110 0 0.07 0.42 0.25 50.25 0.38 0.59
Hex BE B1 6E 0 7 2A 19 32 26 3B
Octal 276 261 156 0 7 52 31 62 46 73
Binary 10111110 10110001 1101110 0 111 101010 11001 110010 100110 111011

Color Harmonies of #BEB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB16E

Black with #BEB16E

Text Example


Text Example

White with #BEB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB16E; }

 p { color: rgb(190,177,110); }

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

background-color css

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

 a { background-color: rgb(190,177,110); }

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

border-color css

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

 span { border-color: rgb(190,177,110); }

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