Html Css Color HEX #BEB963 Dark Khaki

📋 copy color: '#BEB963'

red 190 ◦ green 185 ◦ blue 99

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

Shades of Dark Khaki #BEB963

Tints of Dark Khaki #BEB963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.89%

R = 40.08%
G = 39.03%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BEB963 (or 0xBEB963) is known color: Dark Khaki. HEX triplet: BE, B9 and 63. RGB value is (190,185,99). Sum of RGB (Red+Green+Blue) = 190+185+99=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB963 is #41469C. Grayscale: #B1B1B1. Windows color (decimal): -4277917 or 6535614. OLE color: 6535614.

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

Color convert

RGB 190 185 99 -
CMYK 0 0.03 0.48 0.25
HSL 56.7º 0.41% 0.57% -
HSV(B) 56.7º 0.48% 0.75% -
XYZ 40.84 46.55 18.64 -
YUV 176.69 84.16 137.49 -
System Red Green Blue C M Y K H S L
Decimal 190 185 99 0 0.03 0.48 0.25 56.7 0.41 0.57
Hex BE B9 63 0 3 30 19 39 29 39
Octal 276 271 143 0 3 60 31 71 51 71
Binary 10111110 10111001 1100011 0 11 110000 11001 111001 101001 111001

Color Harmonies of #BEB963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB963

Black with #BEB963

Text Example


Text Example

White with #BEB963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB963; }

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

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

background-color css

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

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

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

border-color css

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

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

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