Html Css Color HEX #BEB878 Dark Khaki

📋 copy color: '#BEB878'

red 190 ◦ green 184 ◦ blue 120

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

Shades of Dark Khaki #BEB878

Tints of Dark Khaki #BEB878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 38.46%
G = 37.25%
B = 24.29%

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

#BEB878 (or 0xBEB878) is known color: Dark Khaki. HEX triplet: BE, B8 and 78. RGB value is (190,184,120). Sum of RGB (Red+Green+Blue) = 190+184+120=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB878 is #414787. Grayscale: #B2B2B2. Windows color (decimal): -4278152 or 7911614. OLE color: 7911614.

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

Color convert

RGB 190 184 120 -
CMYK 0 0.03 0.37 0.25
HSL 54.86º 0.35% 0.61% -
HSV(B) 54.86º 0.37% 0.75% -
XYZ 41.77 46.58 24.56 -
YUV 178.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 190 184 120 0 0.03 0.37 0.25 54.86 0.35 0.61
Hex BE B8 78 0 3 25 19 37 23 3D
Octal 276 270 170 0 3 45 31 67 43 75
Binary 10111110 10111000 1111000 0 11 100101 11001 110111 100011 111101

Color Harmonies of #BEB878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB878

Black with #BEB878

Text Example


Text Example

White with #BEB878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB878; }

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

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

background-color css

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

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

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

border-color css

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

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

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