Html Css Color HEX #BEB871 Dark Khaki

📋 copy color: '#BEB871'

red 190 ◦ green 184 ◦ blue 113

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

Shades of Dark Khaki #BEB871

Tints of Dark Khaki #BEB871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.2%

R = 39.01%
G = 37.78%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEB871 (or 0xBEB871) is known color: Dark Khaki. HEX triplet: BE, B8 and 71. RGB value is (190,184,113). Sum of RGB (Red+Green+Blue) = 190+184+113=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB871 is #41478E. Grayscale: #B1B1B1. Windows color (decimal): -4278159 or 7452862. OLE color: 7452862.

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

Color convert

RGB 190 184 113 -
CMYK 0 0.03 0.41 0.25
HSL 55.32º 0.37% 0.59% -
HSV(B) 55.32º 0.41% 0.75% -
XYZ 41.36 46.42 22.4 -
YUV 177.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 190 184 113 0 0.03 0.41 0.25 55.32 0.37 0.59
Hex BE B8 71 0 3 29 19 37 25 3B
Octal 276 270 161 0 3 51 31 67 45 73
Binary 10111110 10111000 1110001 0 11 101001 11001 110111 100101 111011

Color Harmonies of #BEB871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB871

Black with #BEB871

Text Example


Text Example

White with #BEB871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB871; }

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

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

background-color css

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

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

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

border-color css

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

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

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