Html Css Color HEX #BEB876 Dark Khaki

📋 copy color: '#BEB876'

red 190 ◦ green 184 ◦ blue 118

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

Shades of Dark Khaki #BEB876

Tints of Dark Khaki #BEB876

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.4%

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

R = 38.62%
G = 37.4%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEB876 (or 0xBEB876) is known color: Dark Khaki. HEX triplet: BE, B8 and 76. RGB value is (190,184,118). Sum of RGB (Red+Green+Blue) = 190+184+118=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB876 is #414789. Grayscale: #B2B2B2. Windows color (decimal): -4278154 or 7780542. OLE color: 7780542.

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

Color convert

RGB 190 184 118 -
CMYK 0 0.03 0.38 0.25
HSL 55º 0.36% 0.6% -
HSV(B) 55º 0.38% 0.75% -
XYZ 41.65 46.54 23.93 -
YUV 178.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 190 184 118 0 0.03 0.38 0.25 55 0.36 0.6
Hex BE B8 76 0 3 26 19 37 24 3C
Octal 276 270 166 0 3 46 31 67 44 74
Binary 10111110 10111000 1110110 0 11 100110 11001 110111 100100 111100

Color Harmonies of #BEB876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB876

Black with #BEB876

Text Example


Text Example

White with #BEB876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB876; }

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

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

background-color css

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

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

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

border-color css

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

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

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