Html Css Color HEX #BEB771 Dark Khaki

📋 copy color: '#BEB771'

red 190 ◦ green 183 ◦ blue 113

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

Shades of Dark Khaki #BEB771

Tints of Dark Khaki #BEB771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.65%

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

R = 39.09%
G = 37.65%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEB771 (or 0xBEB771) is known color: Dark Khaki. HEX triplet: BE, B7 and 71. RGB value is (190,183,113). Sum of RGB (Red+Green+Blue) = 190+183+113=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB771 is #41488E. Grayscale: #B1B1B1. Windows color (decimal): -4278415 or 7452606. OLE color: 7452606.

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

Color convert

RGB 190 183 113 -
CMYK 0 0.04 0.41 0.25
HSL 54.55º 0.37% 0.59% -
HSV(B) 54.55º 0.41% 0.75% -
XYZ 41.15 46.01 22.33 -
YUV 177.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 190 183 113 0 0.04 0.41 0.25 54.55 0.37 0.59
Hex BE B7 71 0 4 29 19 37 25 3B
Octal 276 267 161 0 4 51 31 67 45 73
Binary 10111110 10110111 1110001 0 100 101001 11001 110111 100101 111011

Color Harmonies of #BEB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB771

Black with #BEB771

Text Example


Text Example

White with #BEB771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB771; }

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

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

background-color css

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

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

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

border-color css

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

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

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