Html Css Color HEX #BEB764 Dark Khaki

📋 copy color: '#BEB764'

red 190 ◦ green 183 ◦ blue 100

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

Shades of Dark Khaki #BEB764

Tints of Dark Khaki #BEB764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.14%

R = 40.17%
G = 38.69%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEB764 (or 0xBEB764) is known color: Dark Khaki. HEX triplet: BE, B7 and 64. RGB value is (190,183,100). Sum of RGB (Red+Green+Blue) = 190+183+100=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB764 is #41489B. Grayscale: #AFAFAF. Windows color (decimal): -4278428 or 6600638. OLE color: 6600638.

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

Color convert

RGB 190 183 100 -
CMYK 0 0.04 0.47 0.25
HSL 55.33º 0.41% 0.57% -
HSV(B) 55.33º 0.47% 0.75% -
XYZ 40.47 45.73 18.75 -
YUV 175.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 190 183 100 0 0.04 0.47 0.25 55.33 0.41 0.57
Hex BE B7 64 0 4 2F 19 37 29 39
Octal 276 267 144 0 4 57 31 67 51 71
Binary 10111110 10110111 1100100 0 100 101111 11001 110111 101001 111001

Color Harmonies of #BEB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB764

Black with #BEB764

Text Example


Text Example

White with #BEB764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB764; }

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

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

background-color css

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

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

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

border-color css

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

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

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