Html Css Color HEX #BEBE64 Dark Khaki

📋 copy color: '#BEBE64'

red 190 ◦ green 190 ◦ blue 100

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

Shades of Dark Khaki #BEBE64

Tints of Dark Khaki #BEBE64

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.58%

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

R = 39.58%
G = 39.58%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEBE64 (or 0xBEBE64) is known color: Dark Khaki. HEX triplet: BE, BE and 64. RGB value is (190,190,100). Sum of RGB (Red+Green+Blue) = 190+190+100=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE64 is #41419B. Grayscale: #B4B4B4. Windows color (decimal): -4276636 or 6602430. OLE color: 6602430.

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

Color convert

RGB 190 190 100 -
CMYK 0 0 0.47 0.25
HSL 60º 0.41% 0.57% -
HSV(B) 60º 0.47% 0.75% -
XYZ 41.95 48.69 19.24 -
YUV 179.74 83 135.32 -
System Red Green Blue C M Y K H S L
Decimal 190 190 100 0 0 0.47 0.25 60 0.41 0.57
Hex BE BE 64 0 0 2F 19 3C 29 39
Octal 276 276 144 0 0 57 31 74 51 71
Binary 10111110 10111110 1100100 0 0 101111 11001 111100 101001 111001

Color Harmonies of #BEBE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE64

Black with #BEBE64

Text Example


Text Example

White with #BEBE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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