Html Css Color HEX #BEB977 Dark Khaki

📋 copy color: '#BEB977'

red 190 ◦ green 185 ◦ blue 119

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

Shades of Dark Khaki #BEB977

Tints of Dark Khaki #BEB977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.09%

R = 38.46%
G = 37.45%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BEB977 (or 0xBEB977) is known color: Dark Khaki. HEX triplet: BE, B9 and 77. RGB value is (190,185,119). Sum of RGB (Red+Green+Blue) = 190+185+119=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB977 is #414688. Grayscale: #B3B3B3. Windows color (decimal): -4277897 or 7846334. OLE color: 7846334.

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

Color convert

RGB 190 185 119 -
CMYK 0 0.03 0.37 0.25
HSL 55.77º 0.35% 0.61% -
HSV(B) 55.77º 0.37% 0.75% -
XYZ 41.91 46.98 24.31 -
YUV 178.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 190 185 119 0 0.03 0.37 0.25 55.77 0.35 0.61
Hex BE B9 77 0 3 25 19 38 23 3D
Octal 276 271 167 0 3 45 31 70 43 75
Binary 10111110 10111001 1110111 0 11 100101 11001 111000 100011 111101

Color Harmonies of #BEB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB977

Black with #BEB977

Text Example


Text Example

White with #BEB977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB977; }

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

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

background-color css

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

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

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

border-color css

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

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

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