Html Css Color HEX #BEB774 Dark Khaki

📋 copy color: '#BEB774'

red 190 ◦ green 183 ◦ blue 116

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

Shades of Dark Khaki #BEB774

Tints of Dark Khaki #BEB774

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.42%

 BLUE value IS 116 (45.7% from 255) = 23.72%

R = 38.85%
G = 37.42%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BEB774 (or 0xBEB774) is known color: Dark Khaki. HEX triplet: BE, B7 and 74. RGB value is (190,183,116). Sum of RGB (Red+Green+Blue) = 190+183+116=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB774 is #41488B. Grayscale: #B1B1B1. Windows color (decimal): -4278412 or 7649214. OLE color: 7649214.

HSL color Cylindrical-coordinate representation of color #BEB774: hue angle of 54.32º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEB774 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 183 116 -
CMYK 0 0.04 0.39 0.25
HSL 54.32º 0.36% 0.6% -
HSV(B) 54.32º 0.39% 0.75% -
XYZ 41.32 46.08 23.24 -
YUV 177.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 190 183 116 0 0.04 0.39 0.25 54.32 0.36 0.6
Hex BE B7 74 0 4 27 19 36 24 3C
Octal 276 267 164 0 4 47 31 66 44 74
Binary 10111110 10110111 1110100 0 100 100111 11001 110110 100100 111100

Color Harmonies of #BEB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB774

Black with #BEB774

Text Example


Text Example

White with #BEB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB774; }

 p { color: rgb(190,183,116); }

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

background-color css

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

 a { background-color: rgb(190,183,116); }

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

border-color css

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

 span { border-color: rgb(190,183,116); }

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