Html Css Color HEX #BEB371 Dark Khaki

📋 copy color: '#BEB371'

red 190 ◦ green 179 ◦ blue 113

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

Shades of Dark Khaki #BEB371

Tints of Dark Khaki #BEB371

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.14%

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

R = 39.42%
G = 37.14%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEB371 (or 0xBEB371) is known color: Dark Khaki. HEX triplet: BE, B3 and 71. RGB value is (190,179,113). Sum of RGB (Red+Green+Blue) = 190+179+113=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB371 is #414C8E. Grayscale: #AFAFAF. Windows color (decimal): -4279439 or 7451582. OLE color: 7451582.

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

Color convert

RGB 190 179 113 -
CMYK 0 0.06 0.41 0.25
HSL 51.43º 0.37% 0.59% -
HSV(B) 51.43º 0.41% 0.75% -
XYZ 40.34 44.38 22.06 -
YUV 174.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 190 179 113 0 0.06 0.41 0.25 51.43 0.37 0.59
Hex BE B3 71 0 6 29 19 33 25 3B
Octal 276 263 161 0 6 51 31 63 45 73
Binary 10111110 10110011 1110001 0 110 101001 11001 110011 100101 111011

Color Harmonies of #BEB371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB371

Black with #BEB371

Text Example


Text Example

White with #BEB371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB371; }

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

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

background-color css

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

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

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

border-color css

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

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

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