Html Css Color HEX #BEB860 Dark Khaki

📋 copy color: '#BEB860'

red 190 ◦ green 184 ◦ blue 96

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

Shades of Dark Khaki #BEB860

Tints of Dark Khaki #BEB860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 40.43%
G = 39.15%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEB860 (or 0xBEB860) is known color: Dark Khaki. HEX triplet: BE, B8 and 60. RGB value is (190,184,96). Sum of RGB (Red+Green+Blue) = 190+184+96=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB860 is #41479F. Grayscale: #B0B0B0. Windows color (decimal): -4278176 or 6338750. OLE color: 6338750.

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

Color convert

RGB 190 184 96 -
CMYK 0 0.03 0.49 0.25
HSL 56.17º 0.42% 0.56% -
HSV(B) 56.17º 0.49% 0.75% -
XYZ 40.49 46.07 17.83 -
YUV 175.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 190 184 96 0 0.03 0.49 0.25 56.17 0.42 0.56
Hex BE B8 60 0 3 31 19 38 2A 38
Octal 276 270 140 0 3 61 31 70 52 70
Binary 10111110 10111000 1100000 0 11 110001 11001 111000 101010 111000

Color Harmonies of #BEB860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB860

Black with #BEB860

Text Example


Text Example

White with #BEB860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB860; }

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

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

background-color css

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

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

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

border-color css

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

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

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