Html Css Color HEX #BEB776 Dark Khaki

📋 copy color: '#BEB776'

red 190 ◦ green 183 ◦ blue 118

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

Shades of Dark Khaki #BEB776

Tints of Dark Khaki #BEB776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 38.7%
G = 37.27%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEB776 (or 0xBEB776) is known color: Dark Khaki. HEX triplet: BE, B7 and 76. RGB value is (190,183,118). Sum of RGB (Red+Green+Blue) = 190+183+118=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB776 is #414889. Grayscale: #B1B1B1. Windows color (decimal): -4278410 or 7780286. OLE color: 7780286.

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

Color convert

RGB 190 183 118 -
CMYK 0 0.04 0.38 0.25
HSL 54.17º 0.36% 0.6% -
HSV(B) 54.17º 0.38% 0.75% -
XYZ 41.44 46.12 23.86 -
YUV 177.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 190 183 118 0 0.04 0.38 0.25 54.17 0.36 0.6
Hex BE B7 76 0 4 26 19 36 24 3C
Octal 276 267 166 0 4 46 31 66 44 74
Binary 10111110 10110111 1110110 0 100 100110 11001 110110 100100 111100

Color Harmonies of #BEB776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB776

Black with #BEB776

Text Example


Text Example

White with #BEB776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB776; }

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

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

background-color css

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

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

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

border-color css

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

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

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