Html Css Color HEX #BEB971 Dark Khaki

📋 copy color: '#BEB971'

red 190 ◦ green 185 ◦ blue 113

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

Shades of Dark Khaki #BEB971

Tints of Dark Khaki #BEB971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.91%

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

R = 38.93%
G = 37.91%
B = 23.16%

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

#BEB971 (or 0xBEB971) is known color: Dark Khaki. HEX triplet: BE, B9 and 71. RGB value is (190,185,113). Sum of RGB (Red+Green+Blue) = 190+185+113=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB971 is #41468E. Grayscale: #B2B2B2. Windows color (decimal): -4277903 or 7453118. OLE color: 7453118.

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

Color convert

RGB 190 185 113 -
CMYK 0 0.03 0.41 0.25
HSL 56.1º 0.37% 0.59% -
HSV(B) 56.1º 0.41% 0.75% -
XYZ 41.56 46.84 22.47 -
YUV 178.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 190 185 113 0 0.03 0.41 0.25 56.1 0.37 0.59
Hex BE B9 71 0 3 29 19 38 25 3B
Octal 276 271 161 0 3 51 31 70 45 73
Binary 10111110 10111001 1110001 0 11 101001 11001 111000 100101 111011

Color Harmonies of #BEB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB971

Black with #BEB971

Text Example


Text Example

White with #BEB971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB971; }

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

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

background-color css

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

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

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

border-color css

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

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

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